1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

INIT/cc.darwin: revert inadvertent change in SHOPT_SPAWN

(cherry picked from commit def69c3315d1d357b3e067a186913991ea2abdf3)
This commit is contained in:
Martijn Dekker 2020-05-20 18:56:49 +02:00
parent 60516872de
commit a638e724d0

View file

@ -45,7 +45,7 @@ init) echo "cc: arguments expected" >&2
;; ;;
cpp) $CC -E "$@" cpp) $CC -E "$@"
;; ;;
cc) $CC -DSHOPT_SPAWN=1 -D_ast_int8_t=int64_t -D_lib_memccpy \ cc) $CC -DSHOPT_SPAWN=0 -D_ast_int8_t=int64_t -D_lib_memccpy \
-Wno-unused-value -Wno-parentheses -Wno-macro-redefined "$@" -Wno-unused-value -Wno-parentheses -Wno-macro-redefined "$@"
;; ;;
dll) $CC -Wl,-flat_namespace -dynamiclib -undefined dynamic_lookup "$@" dll) $CC -Wl,-flat_namespace -dynamiclib -undefined dynamic_lookup "$@"