diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-07 20:32:07 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-07 20:32:07 -0500 |
commit | 9bd139b7056f5526dfa5514a41a9c246bed4516a (patch) | |
tree | b51d37360222f9988c12f9eede4dbf802dcc4496 /solenv/inc/unxmacx.mk | |
parent | 49fa5b039d1c89db367f7c71eb1e421467181d8e (diff) |
mis-hap removing USE_CCACHE
Diffstat (limited to 'solenv/inc/unxmacx.mk')
-rw-r--r-- | solenv/inc/unxmacx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk index 0f03b1c86191..31c4a8b27d47 100644 --- a/solenv/inc/unxmacx.mk +++ b/solenv/inc/unxmacx.mk @@ -100,7 +100,7 @@ CFLAGSCC=-pipe -fsigned-char -malign-natural $(ARCH_FLAGS) #OBJCFLAGS=-no-precomp OBJCFLAGS=-fobjc-exceptions -OBJCXXFLAGS=-fobjc-exceptions +OBJCXXFLAGS=-x objective-c++ -fobjc-exceptions # Comp Flags for files that need exceptions enabled (C and C++) CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs |