aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.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.PhysX.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.PhysX.mk')
-rw-r--r--PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk
index df6c6cc7..98b33635 100644
--- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk
+++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk
@@ -148,7 +148,7 @@ PhysX_release_common_cflags += $(addprefix -I, $(PhysX_release_hpaths))
PhysX_release_common_cflags += -m64
PhysX_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysX_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-PhysX_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PhysX_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysX_release_common_cflags += -Wno-missing-field-initializers
PhysX_release_common_cflags += -O3 -fno-strict-aliasing
PhysX_release_cflags := $(PhysX_release_common_cflags)
@@ -293,7 +293,7 @@ PhysX_debug_common_cflags += $(addprefix -I, $(PhysX_debug_hpaths))
PhysX_debug_common_cflags += -m64
PhysX_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysX_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-PhysX_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PhysX_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysX_debug_common_cflags += -Wno-missing-field-initializers
PhysX_debug_common_cflags += -g3 -gdwarf-2
PhysX_debug_cflags := $(PhysX_debug_common_cflags)
@@ -437,7 +437,7 @@ PhysX_checked_common_cflags += $(addprefix -I, $(PhysX_checked_hpaths))
PhysX_checked_common_cflags += -m64
PhysX_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysX_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-PhysX_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PhysX_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysX_checked_common_cflags += -Wno-missing-field-initializers
PhysX_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysX_checked_cflags := $(PhysX_checked_common_cflags)
@@ -581,7 +581,7 @@ PhysX_profile_common_cflags += $(addprefix -I, $(PhysX_profile_hpaths))
PhysX_profile_common_cflags += -m64
PhysX_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysX_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-PhysX_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PhysX_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysX_profile_common_cflags += -Wno-missing-field-initializers
PhysX_profile_common_cflags += -O3 -fno-strict-aliasing
PhysX_profile_cflags := $(PhysX_profile_common_cflags)