aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk')
-rw-r--r--PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk
index b17def81..893974d8 100644
--- a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk
+++ b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk
@@ -94,7 +94,7 @@ LowLevel_debug_common_cflags += $(addprefix -I, $(LowLevel_debug_hpaths))
LowLevel_debug_common_cflags += -m32
LowLevel_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevel_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevel_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevel_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevel_debug_common_cflags += -Wno-missing-field-initializers
LowLevel_debug_common_cflags += -g3 -gdwarf-2
LowLevel_debug_cflags := $(LowLevel_debug_common_cflags)
@@ -208,7 +208,7 @@ LowLevel_checked_common_cflags += $(addprefix -I, $(LowLevel_checked_hpaths))
LowLevel_checked_common_cflags += -m32
LowLevel_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevel_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevel_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevel_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevel_checked_common_cflags += -Wno-missing-field-initializers
LowLevel_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevel_checked_cflags := $(LowLevel_checked_common_cflags)
@@ -322,7 +322,7 @@ LowLevel_profile_common_cflags += $(addprefix -I, $(LowLevel_profile_hpaths))
LowLevel_profile_common_cflags += -m32
LowLevel_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevel_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevel_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevel_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevel_profile_common_cflags += -Wno-missing-field-initializers
LowLevel_profile_common_cflags += -O3 -fno-strict-aliasing
LowLevel_profile_cflags := $(LowLevel_profile_common_cflags)
@@ -435,7 +435,7 @@ LowLevel_release_common_cflags += $(addprefix -I, $(LowLevel_release_hpaths))
LowLevel_release_common_cflags += -m32
LowLevel_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevel_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevel_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevel_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevel_release_common_cflags += -Wno-missing-field-initializers
LowLevel_release_common_cflags += -O3 -fno-strict-aliasing
LowLevel_release_cflags := $(LowLevel_release_common_cflags)