diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
| commit | 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 (patch) | |
| tree | a51eb808016e1710a4bbd537000a493250602944 /PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @22845541 (diff) | |
| download | physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.tar.xz physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @23131702
Diffstat (limited to 'PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk')
| -rw-r--r-- | PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk index 1d14fd01..8df092c3 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk @@ -78,7 +78,7 @@ SceneQuery_debug_common_cflags += $(addprefix -I, $(SceneQuery_debug_hpaths)) SceneQuery_debug_common_cflags += -m32 SceneQuery_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option -SceneQuery_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SceneQuery_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough SceneQuery_debug_common_cflags += -Wno-missing-field-initializers SceneQuery_debug_common_cflags += -g3 -gdwarf-2 SceneQuery_debug_cflags := $(SceneQuery_debug_common_cflags) @@ -187,7 +187,7 @@ SceneQuery_checked_common_cflags += $(addprefix -I, $(SceneQuery_checked_hpat SceneQuery_checked_common_cflags += -m32 SceneQuery_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option -SceneQuery_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SceneQuery_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough SceneQuery_checked_common_cflags += -Wno-missing-field-initializers SceneQuery_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing SceneQuery_checked_cflags := $(SceneQuery_checked_common_cflags) @@ -296,7 +296,7 @@ SceneQuery_profile_common_cflags += $(addprefix -I, $(SceneQuery_profile_hpat SceneQuery_profile_common_cflags += -m32 SceneQuery_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option -SceneQuery_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SceneQuery_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough SceneQuery_profile_common_cflags += -Wno-missing-field-initializers SceneQuery_profile_common_cflags += -O3 -fno-strict-aliasing SceneQuery_profile_cflags := $(SceneQuery_profile_common_cflags) @@ -404,7 +404,7 @@ SceneQuery_release_common_cflags += $(addprefix -I, $(SceneQuery_release_hpat SceneQuery_release_common_cflags += -m32 SceneQuery_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option -SceneQuery_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SceneQuery_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough SceneQuery_release_common_cflags += -Wno-missing-field-initializers SceneQuery_release_common_cflags += -O3 -fno-strict-aliasing SceneQuery_release_cflags := $(SceneQuery_release_common_cflags) |