diff options
Diffstat (limited to 'solenv/inc/unxmacx.mk')
-rw-r--r-- | solenv/inc/unxmacx.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk index 8471cee9a6bc..b0c862ec17c1 100644 --- a/solenv/inc/unxmacx.mk +++ b/solenv/inc/unxmacx.mk @@ -132,11 +132,6 @@ CFLAGSDBGUTIL= # Flag to specify output file to compiler/linker CFLAGSOUTOBJ=-o -# Flags to enable precompiled headers -CFLAGS_CREATE_PCH=-x c++-header -I$(INCPCH) -DPRECOMPILED_HEADERS -CFLAGS_USE_PCH=-I$(SLO)/pch -DPRECOMPILED_HEADERS -Winvalid-pch -CFLAGS_USE_EXCEPTIONS_PCH=-I$(SLO)/pch_ex -DPRECOMPILED_HEADERS -Winvalid-pch - # --------------------------------- # Optimization flags # --------------------------------- @@ -216,8 +211,6 @@ LINKFLAGSOPT= DLLPRE=lib # File extension to identify dynamic shared libraries on MacOS X DLLPOST=.dylib -# Precompiled header file extension -PCHPOST=.gch # We don't use mapping on MacOS X #LINKVERSIONMAPFLAG=-Wl,--version-script |