diff options
Diffstat (limited to 'PhysX_3.4/Snippets/compiler/linux32/Makefile.SnippetSpatialIndex.mk')
| -rw-r--r-- | PhysX_3.4/Snippets/compiler/linux32/Makefile.SnippetSpatialIndex.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Snippets/compiler/linux32/Makefile.SnippetSpatialIndex.mk b/PhysX_3.4/Snippets/compiler/linux32/Makefile.SnippetSpatialIndex.mk index b0497169..cf7990c6 100644 --- a/PhysX_3.4/Snippets/compiler/linux32/Makefile.SnippetSpatialIndex.mk +++ b/PhysX_3.4/Snippets/compiler/linux32/Makefile.SnippetSpatialIndex.mk @@ -69,7 +69,7 @@ SnippetSpatialIndex_debug_common_cflags += -MMD SnippetSpatialIndex_debug_common_cflags += $(addprefix -D, $(SnippetSpatialIndex_debug_defines)) SnippetSpatialIndex_debug_common_cflags += $(addprefix -I, $(SnippetSpatialIndex_debug_hpaths)) SnippetSpatialIndex_debug_common_cflags += -m32 -SnippetSpatialIndex_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SnippetSpatialIndex_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SnippetSpatialIndex_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SnippetSpatialIndex_debug_common_cflags += -Wno-uninitialized SnippetSpatialIndex_debug_common_cflags += -g3 -gdwarf-2 @@ -180,7 +180,7 @@ SnippetSpatialIndex_checked_common_cflags += -MMD SnippetSpatialIndex_checked_common_cflags += $(addprefix -D, $(SnippetSpatialIndex_checked_defines)) SnippetSpatialIndex_checked_common_cflags += $(addprefix -I, $(SnippetSpatialIndex_checked_hpaths)) SnippetSpatialIndex_checked_common_cflags += -m32 -SnippetSpatialIndex_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SnippetSpatialIndex_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SnippetSpatialIndex_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SnippetSpatialIndex_checked_common_cflags += -Wno-uninitialized SnippetSpatialIndex_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing @@ -291,7 +291,7 @@ SnippetSpatialIndex_profile_common_cflags += -MMD SnippetSpatialIndex_profile_common_cflags += $(addprefix -D, $(SnippetSpatialIndex_profile_defines)) SnippetSpatialIndex_profile_common_cflags += $(addprefix -I, $(SnippetSpatialIndex_profile_hpaths)) SnippetSpatialIndex_profile_common_cflags += -m32 -SnippetSpatialIndex_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SnippetSpatialIndex_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SnippetSpatialIndex_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SnippetSpatialIndex_profile_common_cflags += -Wno-uninitialized SnippetSpatialIndex_profile_common_cflags += -O3 -fno-strict-aliasing @@ -401,7 +401,7 @@ SnippetSpatialIndex_release_common_cflags += -MMD SnippetSpatialIndex_release_common_cflags += $(addprefix -D, $(SnippetSpatialIndex_release_defines)) SnippetSpatialIndex_release_common_cflags += $(addprefix -I, $(SnippetSpatialIndex_release_hpaths)) SnippetSpatialIndex_release_common_cflags += -m32 -SnippetSpatialIndex_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SnippetSpatialIndex_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SnippetSpatialIndex_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SnippetSpatialIndex_release_common_cflags += -Wno-uninitialized SnippetSpatialIndex_release_common_cflags += -O3 -fno-strict-aliasing |