diff options
Diffstat (limited to 'solenv/gbuild/platform/macosx.mk')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index cef201584152..fb02a5820528 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -55,9 +55,9 @@ gb_COMPILERDEFS += \ gb_CFLAGS := \ -isysroot $(gb_SDKDIR) \ $(gb_CFLAGS_COMMON) \ - -Wshadow \ -fPIC \ -fno-strict-aliasing \ + #-Wshadow \ break in compiler headers already gb_CXXFLAGS := \ -isysroot $(gb_SDKDIR) \ |