From 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Mon, 20 Nov 2017 11:35:52 -0600 Subject: PhysX 3.4.1, APEX 1.4.1 Release @23131702 --- PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk') 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) -- cgit v1.2.3