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
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ init) echo "cc: arguments expected" >&2
;;
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 "$@"
;;
dll) $CC -Wl,-flat_namespace -dynamiclib -undefined dynamic_lookup "$@"