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:
parent
60516872de
commit
a638e724d0
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue