aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-11-20 11:35:52 -0600
committerSheikh Dawood Abdul Ajees <[email protected]>2017-11-20 11:35:52 -0600
commit3cc1861221d761b7f0301b9b61de4e1aa18c09f4 (patch)
treea51eb808016e1710a4bbd537000a493250602944 /PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk
parentPhysX 3.4.1, APEX 1.4.1 Release @22845541 (diff)
downloadphysx-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/linux64/Makefile.LowLevelCloth.mk')
-rw-r--r--PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk
index e407f4cf..188840ae 100644
--- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk
+++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk
@@ -61,7 +61,7 @@ LowLevelCloth_debug_common_cflags += $(addprefix -I, $(LowLevelCloth_debug_hp
LowLevelCloth_debug_common_cflags += -m64
LowLevelCloth_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevelCloth_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevelCloth_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevelCloth_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevelCloth_debug_common_cflags += -Wno-missing-field-initializers
LowLevelCloth_debug_common_cflags += -g3 -gdwarf-2
LowLevelCloth_debug_cflags := $(LowLevelCloth_debug_common_cflags)
@@ -150,7 +150,7 @@ LowLevelCloth_checked_common_cflags += $(addprefix -I, $(LowLevelCloth_checke
LowLevelCloth_checked_common_cflags += -m64
LowLevelCloth_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevelCloth_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevelCloth_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevelCloth_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevelCloth_checked_common_cflags += -Wno-missing-field-initializers
LowLevelCloth_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelCloth_checked_cflags := $(LowLevelCloth_checked_common_cflags)
@@ -239,7 +239,7 @@ LowLevelCloth_profile_common_cflags += $(addprefix -I, $(LowLevelCloth_profil
LowLevelCloth_profile_common_cflags += -m64
LowLevelCloth_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevelCloth_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevelCloth_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevelCloth_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevelCloth_profile_common_cflags += -Wno-missing-field-initializers
LowLevelCloth_profile_common_cflags += -O3 -fno-strict-aliasing
LowLevelCloth_profile_cflags := $(LowLevelCloth_profile_common_cflags)
@@ -327,7 +327,7 @@ LowLevelCloth_release_common_cflags += $(addprefix -I, $(LowLevelCloth_releas
LowLevelCloth_release_common_cflags += -m64
LowLevelCloth_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevelCloth_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevelCloth_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevelCloth_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevelCloth_release_common_cflags += -Wno-missing-field-initializers
LowLevelCloth_release_common_cflags += -O3 -fno-strict-aliasing
LowLevelCloth_release_cflags := $(LowLevelCloth_release_common_cflags)