aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.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.PhysXVehicle.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.PhysXVehicle.mk')
-rw-r--r--PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk
index cabe9ff8..cdb6a00e 100644
--- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk
+++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk
@@ -76,7 +76,7 @@ PhysXVehicle_debug_common_cflags += $(addprefix -I, $(PhysXVehicle_debug_hpat
PhysXVehicle_debug_common_cflags += -m64
PhysXVehicle_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXVehicle_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-PhysXVehicle_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PhysXVehicle_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXVehicle_debug_common_cflags += -Wno-missing-field-initializers
PhysXVehicle_debug_common_cflags += -g3 -gdwarf-2
PhysXVehicle_debug_cflags := $(PhysXVehicle_debug_common_cflags)
@@ -175,7 +175,7 @@ PhysXVehicle_checked_common_cflags += $(addprefix -I, $(PhysXVehicle_checked_
PhysXVehicle_checked_common_cflags += -m64
PhysXVehicle_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXVehicle_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-PhysXVehicle_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PhysXVehicle_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXVehicle_checked_common_cflags += -Wno-missing-field-initializers
PhysXVehicle_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXVehicle_checked_cflags := $(PhysXVehicle_checked_common_cflags)
@@ -274,7 +274,7 @@ PhysXVehicle_profile_common_cflags += $(addprefix -I, $(PhysXVehicle_profile_
PhysXVehicle_profile_common_cflags += -m64
PhysXVehicle_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXVehicle_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-PhysXVehicle_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PhysXVehicle_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXVehicle_profile_common_cflags += -Wno-missing-field-initializers
PhysXVehicle_profile_common_cflags += -O3 -fno-strict-aliasing
PhysXVehicle_profile_cflags := $(PhysXVehicle_profile_common_cflags)
@@ -372,7 +372,7 @@ PhysXVehicle_release_common_cflags += $(addprefix -I, $(PhysXVehicle_release_
PhysXVehicle_release_common_cflags += -m64
PhysXVehicle_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXVehicle_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-PhysXVehicle_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PhysXVehicle_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXVehicle_release_common_cflags += -Wno-missing-field-initializers
PhysXVehicle_release_common_cflags += -O3 -fno-strict-aliasing
PhysXVehicle_release_cflags := $(PhysXVehicle_release_common_cflags)