aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/compiler/make_osx64
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-04-25 16:02:08 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2017-04-25 16:02:08 -0500
commitd11708e398c2f6377d9eac2b1f7248c62faab569 (patch)
tree5778e794690c046ab4b0205d8f764960a5af168b /PhysX_3.4/Source/compiler/make_osx64
parentPhysX 3.4, APEX 1.4 patch release @21821222 (diff)
downloadphysx-3.4-d11708e398c2f6377d9eac2b1f7248c62faab569.tar.xz
physx-3.4-d11708e398c2f6377d9eac2b1f7248c62faab569.zip
PhysX 3.4, APEX 1.4 patch release @22017166
Diffstat (limited to 'PhysX_3.4/Source/compiler/make_osx64')
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk16
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk8
-rw-r--r--PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk8
13 files changed, 108 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk
index 57746ee9..6d915717 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevel.mk
@@ -99,6 +99,7 @@ LowLevel_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -fn
LowLevel_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevel_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevel_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevel_debug_cflags += -Wno-c++11-extensions
LowLevel_debug_cflags += -g3 -gdwarf-2 -O0
LowLevel_debug_cppflags := $(LowLevel_debug_common_cflags)
LowLevel_debug_cppflags += -arch x86_64
@@ -106,6 +107,7 @@ LowLevel_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -
LowLevel_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevel_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevel_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevel_debug_cppflags += -Wno-c++11-extensions
LowLevel_debug_cppflags += -g3 -gdwarf-2 -O0
LowLevel_debug_lflags := $(LowLevel_custom_lflags)
LowLevel_debug_lflags += $(addprefix -L, $(LowLevel_debug_lpaths))
@@ -218,6 +220,7 @@ LowLevel_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -
LowLevel_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevel_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevel_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevel_checked_cflags += -Wno-c++11-extensions
LowLevel_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevel_checked_cppflags := $(LowLevel_checked_common_cflags)
LowLevel_checked_cppflags += -arch x86_64
@@ -225,6 +228,7 @@ LowLevel_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
LowLevel_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevel_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevel_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevel_checked_cppflags += -Wno-c++11-extensions
LowLevel_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevel_checked_lflags := $(LowLevel_custom_lflags)
LowLevel_checked_lflags += $(addprefix -L, $(LowLevel_checked_lpaths))
@@ -337,6 +341,7 @@ LowLevel_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -
LowLevel_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevel_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevel_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevel_profile_cflags += -Wno-c++11-extensions
LowLevel_profile_cflags += -O3 -fno-strict-aliasing
LowLevel_profile_cppflags := $(LowLevel_profile_common_cflags)
LowLevel_profile_cppflags += -arch x86_64
@@ -344,6 +349,7 @@ LowLevel_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
LowLevel_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevel_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevel_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevel_profile_cppflags += -Wno-c++11-extensions
LowLevel_profile_cppflags += -O3 -fno-strict-aliasing
LowLevel_profile_lflags := $(LowLevel_custom_lflags)
LowLevel_profile_lflags += $(addprefix -L, $(LowLevel_profile_lpaths))
@@ -455,6 +461,7 @@ LowLevel_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -
LowLevel_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevel_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevel_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevel_release_cflags += -Wno-c++11-extensions
LowLevel_release_cflags += -O3 -fno-strict-aliasing
LowLevel_release_cppflags := $(LowLevel_release_common_cflags)
LowLevel_release_cppflags += -arch x86_64
@@ -462,6 +469,7 @@ LowLevel_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
LowLevel_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevel_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevel_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevel_release_cppflags += -Wno-c++11-extensions
LowLevel_release_cppflags += -O3 -fno-strict-aliasing
LowLevel_release_lflags := $(LowLevel_custom_lflags)
LowLevel_release_lflags += $(addprefix -L, $(LowLevel_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk
index 5b88a1e8..f8eb09d5 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelAABB.mk
@@ -71,6 +71,7 @@ LowLevelAABB_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
LowLevelAABB_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelAABB_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelAABB_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelAABB_debug_cflags += -Wno-c++11-extensions
LowLevelAABB_debug_cflags += -g3 -gdwarf-2 -O0
LowLevelAABB_debug_cppflags := $(LowLevelAABB_debug_common_cflags)
LowLevelAABB_debug_cppflags += -arch x86_64
@@ -78,6 +79,7 @@ LowLevelAABB_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
LowLevelAABB_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelAABB_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelAABB_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelAABB_debug_cppflags += -Wno-c++11-extensions
LowLevelAABB_debug_cppflags += -g3 -gdwarf-2 -O0
LowLevelAABB_debug_lflags := $(LowLevelAABB_custom_lflags)
LowLevelAABB_debug_lflags += $(addprefix -L, $(LowLevelAABB_debug_lpaths))
@@ -176,6 +178,7 @@ LowLevelAABB_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
LowLevelAABB_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelAABB_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelAABB_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelAABB_checked_cflags += -Wno-c++11-extensions
LowLevelAABB_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelAABB_checked_cppflags := $(LowLevelAABB_checked_common_cflags)
LowLevelAABB_checked_cppflags += -arch x86_64
@@ -183,6 +186,7 @@ LowLevelAABB_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
LowLevelAABB_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelAABB_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelAABB_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelAABB_checked_cppflags += -Wno-c++11-extensions
LowLevelAABB_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelAABB_checked_lflags := $(LowLevelAABB_custom_lflags)
LowLevelAABB_checked_lflags += $(addprefix -L, $(LowLevelAABB_checked_lpaths))
@@ -281,6 +285,7 @@ LowLevelAABB_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
LowLevelAABB_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelAABB_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelAABB_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelAABB_profile_cflags += -Wno-c++11-extensions
LowLevelAABB_profile_cflags += -O3 -fno-strict-aliasing
LowLevelAABB_profile_cppflags := $(LowLevelAABB_profile_common_cflags)
LowLevelAABB_profile_cppflags += -arch x86_64
@@ -288,6 +293,7 @@ LowLevelAABB_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
LowLevelAABB_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelAABB_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelAABB_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelAABB_profile_cppflags += -Wno-c++11-extensions
LowLevelAABB_profile_cppflags += -O3 -fno-strict-aliasing
LowLevelAABB_profile_lflags := $(LowLevelAABB_custom_lflags)
LowLevelAABB_profile_lflags += $(addprefix -L, $(LowLevelAABB_profile_lpaths))
@@ -385,6 +391,7 @@ LowLevelAABB_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
LowLevelAABB_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelAABB_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelAABB_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelAABB_release_cflags += -Wno-c++11-extensions
LowLevelAABB_release_cflags += -O3 -fno-strict-aliasing
LowLevelAABB_release_cppflags := $(LowLevelAABB_release_common_cflags)
LowLevelAABB_release_cppflags += -arch x86_64
@@ -392,6 +399,7 @@ LowLevelAABB_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
LowLevelAABB_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelAABB_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelAABB_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelAABB_release_cppflags += -Wno-c++11-extensions
LowLevelAABB_release_cppflags += -O3 -fno-strict-aliasing
LowLevelAABB_release_lflags := $(LowLevelAABB_custom_lflags)
LowLevelAABB_release_lflags += $(addprefix -L, $(LowLevelAABB_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk
index 593232bc..9ac6e254 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelCloth.mk
@@ -67,6 +67,7 @@ LowLevelCloth_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-mat
LowLevelCloth_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelCloth_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelCloth_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelCloth_debug_cflags += -Wno-c++11-extensions
LowLevelCloth_debug_cflags += -g3 -gdwarf-2 -O0
LowLevelCloth_debug_cppflags := $(LowLevelCloth_debug_common_cflags)
LowLevelCloth_debug_cppflags += -arch x86_64
@@ -74,6 +75,7 @@ LowLevelCloth_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-m
LowLevelCloth_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelCloth_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelCloth_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelCloth_debug_cppflags += -Wno-c++11-extensions
LowLevelCloth_debug_cppflags += -g3 -gdwarf-2 -O0
LowLevelCloth_debug_lflags := $(LowLevelCloth_custom_lflags)
LowLevelCloth_debug_lflags += $(addprefix -L, $(LowLevelCloth_debug_lpaths))
@@ -162,6 +164,7 @@ LowLevelCloth_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-m
LowLevelCloth_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelCloth_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelCloth_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelCloth_checked_cflags += -Wno-c++11-extensions
LowLevelCloth_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelCloth_checked_cppflags := $(LowLevelCloth_checked_common_cflags)
LowLevelCloth_checked_cppflags += -arch x86_64
@@ -169,6 +172,7 @@ LowLevelCloth_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast
LowLevelCloth_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelCloth_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelCloth_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelCloth_checked_cppflags += -Wno-c++11-extensions
LowLevelCloth_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelCloth_checked_lflags := $(LowLevelCloth_custom_lflags)
LowLevelCloth_checked_lflags += $(addprefix -L, $(LowLevelCloth_checked_lpaths))
@@ -257,6 +261,7 @@ LowLevelCloth_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-m
LowLevelCloth_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelCloth_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelCloth_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelCloth_profile_cflags += -Wno-c++11-extensions
LowLevelCloth_profile_cflags += -O3 -fno-strict-aliasing
LowLevelCloth_profile_cppflags := $(LowLevelCloth_profile_common_cflags)
LowLevelCloth_profile_cppflags += -arch x86_64
@@ -264,6 +269,7 @@ LowLevelCloth_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast
LowLevelCloth_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelCloth_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelCloth_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelCloth_profile_cppflags += -Wno-c++11-extensions
LowLevelCloth_profile_cppflags += -O3 -fno-strict-aliasing
LowLevelCloth_profile_lflags := $(LowLevelCloth_custom_lflags)
LowLevelCloth_profile_lflags += $(addprefix -L, $(LowLevelCloth_profile_lpaths))
@@ -351,6 +357,7 @@ LowLevelCloth_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-m
LowLevelCloth_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelCloth_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelCloth_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelCloth_release_cflags += -Wno-c++11-extensions
LowLevelCloth_release_cflags += -O3 -fno-strict-aliasing
LowLevelCloth_release_cppflags := $(LowLevelCloth_release_common_cflags)
LowLevelCloth_release_cppflags += -arch x86_64
@@ -358,6 +365,7 @@ LowLevelCloth_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast
LowLevelCloth_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelCloth_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelCloth_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelCloth_release_cppflags += -Wno-c++11-extensions
LowLevelCloth_release_cppflags += -O3 -fno-strict-aliasing
LowLevelCloth_release_lflags := $(LowLevelCloth_custom_lflags)
LowLevelCloth_release_lflags += $(addprefix -L, $(LowLevelCloth_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk
index d6d98234..76fb2e36 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelDynamics.mk
@@ -92,6 +92,7 @@ LowLevelDynamics_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
LowLevelDynamics_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelDynamics_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelDynamics_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelDynamics_debug_cflags += -Wno-c++11-extensions
LowLevelDynamics_debug_cflags += -g3 -gdwarf-2 -O0
LowLevelDynamics_debug_cppflags := $(LowLevelDynamics_debug_common_cflags)
LowLevelDynamics_debug_cppflags += -arch x86_64
@@ -99,6 +100,7 @@ LowLevelDynamics_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffas
LowLevelDynamics_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelDynamics_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelDynamics_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelDynamics_debug_cppflags += -Wno-c++11-extensions
LowLevelDynamics_debug_cppflags += -g3 -gdwarf-2 -O0
LowLevelDynamics_debug_lflags := $(LowLevelDynamics_custom_lflags)
LowLevelDynamics_debug_lflags += $(addprefix -L, $(LowLevelDynamics_debug_lpaths))
@@ -201,6 +203,7 @@ LowLevelDynamics_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffas
LowLevelDynamics_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelDynamics_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelDynamics_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelDynamics_checked_cflags += -Wno-c++11-extensions
LowLevelDynamics_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelDynamics_checked_cppflags := $(LowLevelDynamics_checked_common_cflags)
LowLevelDynamics_checked_cppflags += -arch x86_64
@@ -208,6 +211,7 @@ LowLevelDynamics_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ff
LowLevelDynamics_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelDynamics_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelDynamics_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelDynamics_checked_cppflags += -Wno-c++11-extensions
LowLevelDynamics_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelDynamics_checked_lflags := $(LowLevelDynamics_custom_lflags)
LowLevelDynamics_checked_lflags += $(addprefix -L, $(LowLevelDynamics_checked_lpaths))
@@ -310,6 +314,7 @@ LowLevelDynamics_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffas
LowLevelDynamics_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelDynamics_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelDynamics_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelDynamics_profile_cflags += -Wno-c++11-extensions
LowLevelDynamics_profile_cflags += -O3 -fno-strict-aliasing
LowLevelDynamics_profile_cppflags := $(LowLevelDynamics_profile_common_cflags)
LowLevelDynamics_profile_cppflags += -arch x86_64
@@ -317,6 +322,7 @@ LowLevelDynamics_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ff
LowLevelDynamics_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelDynamics_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelDynamics_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelDynamics_profile_cppflags += -Wno-c++11-extensions
LowLevelDynamics_profile_cppflags += -O3 -fno-strict-aliasing
LowLevelDynamics_profile_lflags := $(LowLevelDynamics_custom_lflags)
LowLevelDynamics_profile_lflags += $(addprefix -L, $(LowLevelDynamics_profile_lpaths))
@@ -418,6 +424,7 @@ LowLevelDynamics_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffas
LowLevelDynamics_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelDynamics_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelDynamics_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelDynamics_release_cflags += -Wno-c++11-extensions
LowLevelDynamics_release_cflags += -O3 -fno-strict-aliasing
LowLevelDynamics_release_cppflags := $(LowLevelDynamics_release_common_cflags)
LowLevelDynamics_release_cppflags += -arch x86_64
@@ -425,6 +432,7 @@ LowLevelDynamics_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ff
LowLevelDynamics_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelDynamics_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelDynamics_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelDynamics_release_cppflags += -Wno-c++11-extensions
LowLevelDynamics_release_cppflags += -O3 -fno-strict-aliasing
LowLevelDynamics_release_lflags := $(LowLevelDynamics_custom_lflags)
LowLevelDynamics_release_lflags += $(addprefix -L, $(LowLevelDynamics_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk
index 37394c97..9c092644 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.LowLevelParticles.mk
@@ -78,6 +78,7 @@ LowLevelParticles_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast
LowLevelParticles_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelParticles_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelParticles_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelParticles_debug_cflags += -Wno-c++11-extensions
LowLevelParticles_debug_cflags += -g3 -gdwarf-2 -O0
LowLevelParticles_debug_cppflags := $(LowLevelParticles_debug_common_cflags)
LowLevelParticles_debug_cppflags += -arch x86_64
@@ -85,6 +86,7 @@ LowLevelParticles_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffa
LowLevelParticles_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelParticles_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelParticles_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelParticles_debug_cppflags += -Wno-c++11-extensions
LowLevelParticles_debug_cppflags += -g3 -gdwarf-2 -O0
LowLevelParticles_debug_lflags := $(LowLevelParticles_custom_lflags)
LowLevelParticles_debug_lflags += $(addprefix -L, $(LowLevelParticles_debug_lpaths))
@@ -181,6 +183,7 @@ LowLevelParticles_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffa
LowLevelParticles_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelParticles_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelParticles_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelParticles_checked_cflags += -Wno-c++11-extensions
LowLevelParticles_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelParticles_checked_cppflags := $(LowLevelParticles_checked_common_cflags)
LowLevelParticles_checked_cppflags += -arch x86_64
@@ -188,6 +191,7 @@ LowLevelParticles_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -f
LowLevelParticles_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelParticles_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelParticles_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelParticles_checked_cppflags += -Wno-c++11-extensions
LowLevelParticles_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelParticles_checked_lflags := $(LowLevelParticles_custom_lflags)
LowLevelParticles_checked_lflags += $(addprefix -L, $(LowLevelParticles_checked_lpaths))
@@ -284,6 +288,7 @@ LowLevelParticles_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffa
LowLevelParticles_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelParticles_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelParticles_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelParticles_profile_cflags += -Wno-c++11-extensions
LowLevelParticles_profile_cflags += -O3 -fno-strict-aliasing
LowLevelParticles_profile_cppflags := $(LowLevelParticles_profile_common_cflags)
LowLevelParticles_profile_cppflags += -arch x86_64
@@ -291,6 +296,7 @@ LowLevelParticles_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -f
LowLevelParticles_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelParticles_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelParticles_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelParticles_profile_cppflags += -Wno-c++11-extensions
LowLevelParticles_profile_cppflags += -O3 -fno-strict-aliasing
LowLevelParticles_profile_lflags := $(LowLevelParticles_custom_lflags)
LowLevelParticles_profile_lflags += $(addprefix -L, $(LowLevelParticles_profile_lpaths))
@@ -386,6 +392,7 @@ LowLevelParticles_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffa
LowLevelParticles_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelParticles_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelParticles_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelParticles_release_cflags += -Wno-c++11-extensions
LowLevelParticles_release_cflags += -O3 -fno-strict-aliasing
LowLevelParticles_release_cppflags := $(LowLevelParticles_release_common_cflags)
LowLevelParticles_release_cppflags += -arch x86_64
@@ -393,6 +400,7 @@ LowLevelParticles_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -f
LowLevelParticles_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
LowLevelParticles_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
LowLevelParticles_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+LowLevelParticles_release_cppflags += -Wno-c++11-extensions
LowLevelParticles_release_cppflags += -O3 -fno-strict-aliasing
LowLevelParticles_release_lflags := $(LowLevelParticles_custom_lflags)
LowLevelParticles_release_lflags += $(addprefix -L, $(LowLevelParticles_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk
index 1b49fed1..d28e25b6 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysX.mk
@@ -141,6 +141,7 @@ PhysX_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -fno
PhysX_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysX_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysX_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysX_release_cflags += -Wno-c++11-extensions
PhysX_release_cflags += -O3 -fno-strict-aliasing
PhysX_release_cppflags := $(PhysX_release_common_cflags)
PhysX_release_cppflags += -arch x86_64
@@ -148,6 +149,7 @@ PhysX_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -f
PhysX_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysX_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysX_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysX_release_cppflags += -Wno-c++11-extensions
PhysX_release_cppflags += -O3 -fno-strict-aliasing
PhysX_release_lflags := $(PhysX_custom_lflags)
PhysX_release_lflags += $(addprefix -L, $(PhysX_release_lpaths))
@@ -284,6 +286,7 @@ PhysX_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -fno-e
PhysX_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysX_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysX_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysX_debug_cflags += -Wno-c++11-extensions
PhysX_debug_cflags += -g3 -gdwarf-2 -O0
PhysX_debug_cppflags := $(PhysX_debug_common_cflags)
PhysX_debug_cppflags += -arch x86_64
@@ -291,6 +294,7 @@ PhysX_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -fno
PhysX_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysX_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysX_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysX_debug_cppflags += -Wno-c++11-extensions
PhysX_debug_cppflags += -g3 -gdwarf-2 -O0
PhysX_debug_lflags := $(PhysX_custom_lflags)
PhysX_debug_lflags += $(addprefix -L, $(PhysX_debug_lpaths))
@@ -426,6 +430,7 @@ PhysX_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -fno
PhysX_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysX_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysX_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysX_checked_cflags += -Wno-c++11-extensions
PhysX_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysX_checked_cppflags := $(PhysX_checked_common_cflags)
PhysX_checked_cppflags += -arch x86_64
@@ -433,6 +438,7 @@ PhysX_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -f
PhysX_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysX_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysX_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysX_checked_cppflags += -Wno-c++11-extensions
PhysX_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysX_checked_lflags := $(PhysX_custom_lflags)
PhysX_checked_lflags += $(addprefix -L, $(PhysX_checked_lpaths))
@@ -568,6 +574,7 @@ PhysX_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -fno
PhysX_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysX_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysX_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysX_profile_cflags += -Wno-c++11-extensions
PhysX_profile_cflags += -O3 -fno-strict-aliasing
PhysX_profile_cppflags := $(PhysX_profile_common_cflags)
PhysX_profile_cppflags += -arch x86_64
@@ -575,6 +582,7 @@ PhysX_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -f
PhysX_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysX_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysX_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysX_profile_cppflags += -Wno-c++11-extensions
PhysX_profile_cppflags += -O3 -fno-strict-aliasing
PhysX_profile_lflags := $(PhysX_custom_lflags)
PhysX_profile_lflags += $(addprefix -L, $(PhysX_profile_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk
index 2350913d..0029281e 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCharacterKinematic.mk
@@ -79,6 +79,7 @@ PhysXCharacterKinematic_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2
PhysXCharacterKinematic_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCharacterKinematic_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCharacterKinematic_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCharacterKinematic_debug_cflags += -Wno-c++11-extensions
PhysXCharacterKinematic_debug_cflags += -g3 -gdwarf-2 -O0
PhysXCharacterKinematic_debug_cppflags := $(PhysXCharacterKinematic_debug_common_cflags)
PhysXCharacterKinematic_debug_cppflags += -arch x86_64
@@ -86,6 +87,7 @@ PhysXCharacterKinematic_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse
PhysXCharacterKinematic_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCharacterKinematic_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCharacterKinematic_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCharacterKinematic_debug_cppflags += -Wno-c++11-extensions
PhysXCharacterKinematic_debug_cppflags += -g3 -gdwarf-2 -O0
PhysXCharacterKinematic_debug_lflags := $(PhysXCharacterKinematic_custom_lflags)
PhysXCharacterKinematic_debug_lflags += $(addprefix -L, $(PhysXCharacterKinematic_debug_lpaths))
@@ -189,6 +191,7 @@ PhysXCharacterKinematic_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse
PhysXCharacterKinematic_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCharacterKinematic_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCharacterKinematic_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCharacterKinematic_checked_cflags += -Wno-c++11-extensions
PhysXCharacterKinematic_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXCharacterKinematic_checked_cppflags := $(PhysXCharacterKinematic_checked_common_cflags)
PhysXCharacterKinematic_checked_cppflags += -arch x86_64
@@ -196,6 +199,7 @@ PhysXCharacterKinematic_checked_cppflags += -pipe -mmacosx-version-min=10.7 -ms
PhysXCharacterKinematic_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCharacterKinematic_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCharacterKinematic_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCharacterKinematic_checked_cppflags += -Wno-c++11-extensions
PhysXCharacterKinematic_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXCharacterKinematic_checked_lflags := $(PhysXCharacterKinematic_custom_lflags)
PhysXCharacterKinematic_checked_lflags += $(addprefix -L, $(PhysXCharacterKinematic_checked_lpaths))
@@ -299,6 +303,7 @@ PhysXCharacterKinematic_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse
PhysXCharacterKinematic_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCharacterKinematic_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCharacterKinematic_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCharacterKinematic_profile_cflags += -Wno-c++11-extensions
PhysXCharacterKinematic_profile_cflags += -O3 -fno-strict-aliasing
PhysXCharacterKinematic_profile_cppflags := $(PhysXCharacterKinematic_profile_common_cflags)
PhysXCharacterKinematic_profile_cppflags += -arch x86_64
@@ -306,6 +311,7 @@ PhysXCharacterKinematic_profile_cppflags += -pipe -mmacosx-version-min=10.7 -ms
PhysXCharacterKinematic_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCharacterKinematic_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCharacterKinematic_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCharacterKinematic_profile_cppflags += -Wno-c++11-extensions
PhysXCharacterKinematic_profile_cppflags += -O3 -fno-strict-aliasing
PhysXCharacterKinematic_profile_lflags := $(PhysXCharacterKinematic_custom_lflags)
PhysXCharacterKinematic_profile_lflags += $(addprefix -L, $(PhysXCharacterKinematic_profile_lpaths))
@@ -408,6 +414,7 @@ PhysXCharacterKinematic_release_cflags += -pipe -mmacosx-version-min=10.7 -msse
PhysXCharacterKinematic_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCharacterKinematic_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCharacterKinematic_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCharacterKinematic_release_cflags += -Wno-c++11-extensions
PhysXCharacterKinematic_release_cflags += -O3 -fno-strict-aliasing
PhysXCharacterKinematic_release_cppflags := $(PhysXCharacterKinematic_release_common_cflags)
PhysXCharacterKinematic_release_cppflags += -arch x86_64
@@ -415,6 +422,7 @@ PhysXCharacterKinematic_release_cppflags += -pipe -mmacosx-version-min=10.7 -ms
PhysXCharacterKinematic_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCharacterKinematic_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCharacterKinematic_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCharacterKinematic_release_cppflags += -Wno-c++11-extensions
PhysXCharacterKinematic_release_cppflags += -O3 -fno-strict-aliasing
PhysXCharacterKinematic_release_lflags := $(PhysXCharacterKinematic_custom_lflags)
PhysXCharacterKinematic_release_lflags += $(addprefix -L, $(PhysXCharacterKinematic_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk
index 529e26c6..85764759 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk
@@ -205,6 +205,7 @@ PhysXCommon_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-mat
PhysXCommon_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCommon_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCommon_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCommon_release_cflags += -Wno-c++11-extensions
PhysXCommon_release_cflags += -O3 -fno-strict-aliasing
PhysXCommon_release_cppflags := $(PhysXCommon_release_common_cflags)
PhysXCommon_release_cppflags += -arch x86_64
@@ -212,6 +213,7 @@ PhysXCommon_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-m
PhysXCommon_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCommon_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCommon_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCommon_release_cppflags += -Wno-c++11-extensions
PhysXCommon_release_cppflags += -O3 -fno-strict-aliasing
PhysXCommon_release_lflags := $(PhysXCommon_custom_lflags)
PhysXCommon_release_lflags += $(addprefix -L, $(PhysXCommon_release_lpaths))
@@ -319,6 +321,7 @@ PhysXCommon_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
PhysXCommon_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCommon_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCommon_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCommon_debug_cflags += -Wno-c++11-extensions
PhysXCommon_debug_cflags += -g3 -gdwarf-2 -O0
PhysXCommon_debug_cppflags := $(PhysXCommon_debug_common_cflags)
PhysXCommon_debug_cppflags += -arch x86_64
@@ -326,6 +329,7 @@ PhysXCommon_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-mat
PhysXCommon_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCommon_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCommon_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCommon_debug_cppflags += -Wno-c++11-extensions
PhysXCommon_debug_cppflags += -g3 -gdwarf-2 -O0
PhysXCommon_debug_lflags := $(PhysXCommon_custom_lflags)
PhysXCommon_debug_lflags += $(addprefix -L, $(PhysXCommon_debug_lpaths))
@@ -432,6 +436,7 @@ PhysXCommon_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-mat
PhysXCommon_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCommon_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCommon_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCommon_checked_cflags += -Wno-c++11-extensions
PhysXCommon_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXCommon_checked_cppflags := $(PhysXCommon_checked_common_cflags)
PhysXCommon_checked_cppflags += -arch x86_64
@@ -439,6 +444,7 @@ PhysXCommon_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-m
PhysXCommon_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCommon_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCommon_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCommon_checked_cppflags += -Wno-c++11-extensions
PhysXCommon_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXCommon_checked_lflags := $(PhysXCommon_custom_lflags)
PhysXCommon_checked_lflags += $(addprefix -L, $(PhysXCommon_checked_lpaths))
@@ -545,6 +551,7 @@ PhysXCommon_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-mat
PhysXCommon_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCommon_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCommon_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCommon_profile_cflags += -Wno-c++11-extensions
PhysXCommon_profile_cflags += -O3 -fno-strict-aliasing
PhysXCommon_profile_cppflags := $(PhysXCommon_profile_common_cflags)
PhysXCommon_profile_cppflags += -arch x86_64
@@ -552,6 +559,7 @@ PhysXCommon_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-m
PhysXCommon_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCommon_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCommon_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCommon_profile_cppflags += -Wno-c++11-extensions
PhysXCommon_profile_cppflags += -O3 -fno-strict-aliasing
PhysXCommon_profile_lflags := $(PhysXCommon_custom_lflags)
PhysXCommon_profile_lflags += $(addprefix -L, $(PhysXCommon_profile_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk
index 5aacd169..9185c453 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCooking.mk
@@ -96,6 +96,7 @@ PhysXCooking_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
PhysXCooking_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCooking_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCooking_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCooking_release_cflags += -Wno-c++11-extensions
PhysXCooking_release_cflags += -O3 -fno-strict-aliasing
PhysXCooking_release_cppflags := $(PhysXCooking_release_common_cflags)
PhysXCooking_release_cppflags += -arch x86_64
@@ -103,6 +104,7 @@ PhysXCooking_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
PhysXCooking_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCooking_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCooking_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCooking_release_cppflags += -Wno-c++11-extensions
PhysXCooking_release_cppflags += -O3 -fno-strict-aliasing
PhysXCooking_release_lflags := $(PhysXCooking_custom_lflags)
PhysXCooking_release_lflags += $(addprefix -L, $(PhysXCooking_release_lpaths))
@@ -217,6 +219,7 @@ PhysXCooking_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
PhysXCooking_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCooking_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCooking_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCooking_debug_cflags += -Wno-c++11-extensions
PhysXCooking_debug_cflags += -g3 -gdwarf-2 -O0
PhysXCooking_debug_cppflags := $(PhysXCooking_debug_common_cflags)
PhysXCooking_debug_cppflags += -arch x86_64
@@ -224,6 +227,7 @@ PhysXCooking_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
PhysXCooking_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCooking_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCooking_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCooking_debug_cppflags += -Wno-c++11-extensions
PhysXCooking_debug_cppflags += -g3 -gdwarf-2 -O0
PhysXCooking_debug_lflags := $(PhysXCooking_custom_lflags)
PhysXCooking_debug_lflags += $(addprefix -L, $(PhysXCooking_debug_lpaths))
@@ -337,6 +341,7 @@ PhysXCooking_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
PhysXCooking_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCooking_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCooking_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCooking_checked_cflags += -Wno-c++11-extensions
PhysXCooking_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXCooking_checked_cppflags := $(PhysXCooking_checked_common_cflags)
PhysXCooking_checked_cppflags += -arch x86_64
@@ -344,6 +349,7 @@ PhysXCooking_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
PhysXCooking_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCooking_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCooking_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCooking_checked_cppflags += -Wno-c++11-extensions
PhysXCooking_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXCooking_checked_lflags := $(PhysXCooking_custom_lflags)
PhysXCooking_checked_lflags += $(addprefix -L, $(PhysXCooking_checked_lpaths))
@@ -457,6 +463,7 @@ PhysXCooking_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
PhysXCooking_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCooking_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCooking_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCooking_profile_cflags += -Wno-c++11-extensions
PhysXCooking_profile_cflags += -O3 -fno-strict-aliasing
PhysXCooking_profile_cppflags := $(PhysXCooking_profile_common_cflags)
PhysXCooking_profile_cppflags += -arch x86_64
@@ -464,6 +471,7 @@ PhysXCooking_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
PhysXCooking_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXCooking_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXCooking_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXCooking_profile_cppflags += -Wno-c++11-extensions
PhysXCooking_profile_cppflags += -O3 -fno-strict-aliasing
PhysXCooking_profile_lflags := $(PhysXCooking_custom_lflags)
PhysXCooking_profile_lflags += $(addprefix -L, $(PhysXCooking_profile_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk
index 948415ae..45747ccb 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk
@@ -116,7 +116,7 @@ PhysXExtensions_debug_hpaths += ./../../PhysX/src
PhysXExtensions_debug_lpaths :=
PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/osx64
PhysXExtensions_debug_defines := $(PhysXExtensions_custom_defines)
-PhysXExtensions_debug_defines += PX_BUILD_NUMBER=21749494
+PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22017532
PhysXExtensions_debug_defines += PX_PHYSX_STATIC_LIB
PhysXExtensions_debug_defines += _DEBUG
PhysXExtensions_debug_defines += PX_DEBUG=1
@@ -134,6 +134,7 @@ PhysXExtensions_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-m
PhysXExtensions_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXExtensions_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXExtensions_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXExtensions_debug_cflags += -Wno-c++11-extensions
PhysXExtensions_debug_cflags += -g3 -gdwarf-2 -O0
PhysXExtensions_debug_cppflags := $(PhysXExtensions_debug_common_cflags)
PhysXExtensions_debug_cppflags += -arch x86_64
@@ -141,6 +142,7 @@ PhysXExtensions_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast
PhysXExtensions_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXExtensions_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXExtensions_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXExtensions_debug_cppflags += -Wno-c++11-extensions
PhysXExtensions_debug_cppflags += -g3 -gdwarf-2 -O0
PhysXExtensions_debug_lflags := $(PhysXExtensions_custom_lflags)
PhysXExtensions_debug_lflags += $(addprefix -L, $(PhysXExtensions_debug_lpaths))
@@ -238,7 +240,7 @@ PhysXExtensions_checked_hpaths += ./../../PhysX/src
PhysXExtensions_checked_lpaths :=
PhysXExtensions_checked_lpaths += ./../../../../PxShared/lib/osx64
PhysXExtensions_checked_defines := $(PhysXExtensions_custom_defines)
-PhysXExtensions_checked_defines += PX_BUILD_NUMBER=21749494
+PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22017532
PhysXExtensions_checked_defines += PX_PHYSX_STATIC_LIB
PhysXExtensions_checked_defines += NDEBUG
PhysXExtensions_checked_defines += PX_CHECKED=1
@@ -255,6 +257,7 @@ PhysXExtensions_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast
PhysXExtensions_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXExtensions_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXExtensions_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXExtensions_checked_cflags += -Wno-c++11-extensions
PhysXExtensions_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXExtensions_checked_cppflags := $(PhysXExtensions_checked_common_cflags)
PhysXExtensions_checked_cppflags += -arch x86_64
@@ -262,6 +265,7 @@ PhysXExtensions_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffa
PhysXExtensions_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXExtensions_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXExtensions_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXExtensions_checked_cppflags += -Wno-c++11-extensions
PhysXExtensions_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXExtensions_checked_lflags := $(PhysXExtensions_custom_lflags)
PhysXExtensions_checked_lflags += $(addprefix -L, $(PhysXExtensions_checked_lpaths))
@@ -359,7 +363,7 @@ PhysXExtensions_profile_hpaths += ./../../PhysX/src
PhysXExtensions_profile_lpaths :=
PhysXExtensions_profile_lpaths += ./../../../../PxShared/lib/osx64
PhysXExtensions_profile_defines := $(PhysXExtensions_custom_defines)
-PhysXExtensions_profile_defines += PX_BUILD_NUMBER=21749494
+PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22017532
PhysXExtensions_profile_defines += PX_PHYSX_STATIC_LIB
PhysXExtensions_profile_defines += NDEBUG
PhysXExtensions_profile_defines += PX_PROFILE=1
@@ -376,6 +380,7 @@ PhysXExtensions_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast
PhysXExtensions_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXExtensions_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXExtensions_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXExtensions_profile_cflags += -Wno-c++11-extensions
PhysXExtensions_profile_cflags += -O3 -fno-strict-aliasing
PhysXExtensions_profile_cppflags := $(PhysXExtensions_profile_common_cflags)
PhysXExtensions_profile_cppflags += -arch x86_64
@@ -383,6 +388,7 @@ PhysXExtensions_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffa
PhysXExtensions_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXExtensions_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXExtensions_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXExtensions_profile_cppflags += -Wno-c++11-extensions
PhysXExtensions_profile_cppflags += -O3 -fno-strict-aliasing
PhysXExtensions_profile_lflags := $(PhysXExtensions_custom_lflags)
PhysXExtensions_profile_lflags += $(addprefix -L, $(PhysXExtensions_profile_lpaths))
@@ -480,7 +486,7 @@ PhysXExtensions_release_hpaths += ./../../PhysX/src
PhysXExtensions_release_lpaths :=
PhysXExtensions_release_lpaths += ./../../../../PxShared/lib/osx64
PhysXExtensions_release_defines := $(PhysXExtensions_custom_defines)
-PhysXExtensions_release_defines += PX_BUILD_NUMBER=21749494
+PhysXExtensions_release_defines += PX_BUILD_NUMBER=22017532
PhysXExtensions_release_defines += PX_PHYSX_STATIC_LIB
PhysXExtensions_release_defines += NDEBUG
PhysXExtensions_release_defines += PX_SUPPORT_PVD=0
@@ -496,6 +502,7 @@ PhysXExtensions_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast
PhysXExtensions_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXExtensions_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXExtensions_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXExtensions_release_cflags += -Wno-c++11-extensions
PhysXExtensions_release_cflags += -O3 -fno-strict-aliasing
PhysXExtensions_release_cppflags := $(PhysXExtensions_release_common_cflags)
PhysXExtensions_release_cppflags += -arch x86_64
@@ -503,6 +510,7 @@ PhysXExtensions_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffa
PhysXExtensions_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXExtensions_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXExtensions_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXExtensions_release_cppflags += -Wno-c++11-extensions
PhysXExtensions_release_cppflags += -O3 -fno-strict-aliasing
PhysXExtensions_release_lflags := $(PhysXExtensions_custom_lflags)
PhysXExtensions_release_lflags += $(addprefix -L, $(PhysXExtensions_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk
index e245de19..e05c9aa1 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXVehicle.mk
@@ -81,6 +81,7 @@ PhysXVehicle_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
PhysXVehicle_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXVehicle_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXVehicle_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXVehicle_debug_cflags += -Wno-c++11-extensions
PhysXVehicle_debug_cflags += -g3 -gdwarf-2 -O0
PhysXVehicle_debug_cppflags := $(PhysXVehicle_debug_common_cflags)
PhysXVehicle_debug_cppflags += -arch x86_64
@@ -88,6 +89,7 @@ PhysXVehicle_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
PhysXVehicle_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXVehicle_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXVehicle_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXVehicle_debug_cppflags += -Wno-c++11-extensions
PhysXVehicle_debug_cppflags += -g3 -gdwarf-2 -O0
PhysXVehicle_debug_lflags := $(PhysXVehicle_custom_lflags)
PhysXVehicle_debug_lflags += $(addprefix -L, $(PhysXVehicle_debug_lpaths))
@@ -185,6 +187,7 @@ PhysXVehicle_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
PhysXVehicle_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXVehicle_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXVehicle_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXVehicle_checked_cflags += -Wno-c++11-extensions
PhysXVehicle_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXVehicle_checked_cppflags := $(PhysXVehicle_checked_common_cflags)
PhysXVehicle_checked_cppflags += -arch x86_64
@@ -192,6 +195,7 @@ PhysXVehicle_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
PhysXVehicle_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXVehicle_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXVehicle_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXVehicle_checked_cppflags += -Wno-c++11-extensions
PhysXVehicle_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXVehicle_checked_lflags := $(PhysXVehicle_custom_lflags)
PhysXVehicle_checked_lflags += $(addprefix -L, $(PhysXVehicle_checked_lpaths))
@@ -289,6 +293,7 @@ PhysXVehicle_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
PhysXVehicle_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXVehicle_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXVehicle_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXVehicle_profile_cflags += -Wno-c++11-extensions
PhysXVehicle_profile_cflags += -O3 -fno-strict-aliasing
PhysXVehicle_profile_cppflags := $(PhysXVehicle_profile_common_cflags)
PhysXVehicle_profile_cppflags += -arch x86_64
@@ -296,6 +301,7 @@ PhysXVehicle_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
PhysXVehicle_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXVehicle_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXVehicle_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXVehicle_profile_cppflags += -Wno-c++11-extensions
PhysXVehicle_profile_cppflags += -O3 -fno-strict-aliasing
PhysXVehicle_profile_lflags := $(PhysXVehicle_custom_lflags)
PhysXVehicle_profile_lflags += $(addprefix -L, $(PhysXVehicle_profile_lpaths))
@@ -392,6 +398,7 @@ PhysXVehicle_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
PhysXVehicle_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXVehicle_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXVehicle_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXVehicle_release_cflags += -Wno-c++11-extensions
PhysXVehicle_release_cflags += -O3 -fno-strict-aliasing
PhysXVehicle_release_cppflags := $(PhysXVehicle_release_common_cflags)
PhysXVehicle_release_cppflags += -arch x86_64
@@ -399,6 +406,7 @@ PhysXVehicle_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-
PhysXVehicle_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
PhysXVehicle_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
PhysXVehicle_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+PhysXVehicle_release_cppflags += -Wno-c++11-extensions
PhysXVehicle_release_cppflags += -O3 -fno-strict-aliasing
PhysXVehicle_release_lflags := $(PhysXVehicle_custom_lflags)
PhysXVehicle_release_lflags += $(addprefix -L, $(PhysXVehicle_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk
index ec9a2135..3d09139f 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.SceneQuery.mk
@@ -83,6 +83,7 @@ SceneQuery_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math -
SceneQuery_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SceneQuery_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SceneQuery_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SceneQuery_debug_cflags += -Wno-c++11-extensions
SceneQuery_debug_cflags += -g3 -gdwarf-2 -O0
SceneQuery_debug_cppflags := $(SceneQuery_debug_common_cflags)
SceneQuery_debug_cppflags += -arch x86_64
@@ -90,6 +91,7 @@ SceneQuery_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
SceneQuery_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SceneQuery_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SceneQuery_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SceneQuery_debug_cppflags += -Wno-c++11-extensions
SceneQuery_debug_cppflags += -g3 -gdwarf-2 -O0
SceneQuery_debug_lflags := $(SceneQuery_custom_lflags)
SceneQuery_debug_lflags += $(addprefix -L, $(SceneQuery_debug_lpaths))
@@ -197,6 +199,7 @@ SceneQuery_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
SceneQuery_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SceneQuery_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SceneQuery_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SceneQuery_checked_cflags += -Wno-c++11-extensions
SceneQuery_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
SceneQuery_checked_cppflags := $(SceneQuery_checked_common_cflags)
SceneQuery_checked_cppflags += -arch x86_64
@@ -204,6 +207,7 @@ SceneQuery_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
SceneQuery_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SceneQuery_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SceneQuery_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SceneQuery_checked_cppflags += -Wno-c++11-extensions
SceneQuery_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
SceneQuery_checked_lflags := $(SceneQuery_custom_lflags)
SceneQuery_checked_lflags += $(addprefix -L, $(SceneQuery_checked_lpaths))
@@ -311,6 +315,7 @@ SceneQuery_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
SceneQuery_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SceneQuery_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SceneQuery_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SceneQuery_profile_cflags += -Wno-c++11-extensions
SceneQuery_profile_cflags += -O3 -fno-strict-aliasing
SceneQuery_profile_cppflags := $(SceneQuery_profile_common_cflags)
SceneQuery_profile_cppflags += -arch x86_64
@@ -318,6 +323,7 @@ SceneQuery_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
SceneQuery_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SceneQuery_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SceneQuery_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SceneQuery_profile_cppflags += -Wno-c++11-extensions
SceneQuery_profile_cppflags += -O3 -fno-strict-aliasing
SceneQuery_profile_lflags := $(SceneQuery_custom_lflags)
SceneQuery_profile_lflags += $(addprefix -L, $(SceneQuery_profile_lpaths))
@@ -424,6 +430,7 @@ SceneQuery_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-math
SceneQuery_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SceneQuery_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SceneQuery_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SceneQuery_release_cflags += -Wno-c++11-extensions
SceneQuery_release_cflags += -O3 -fno-strict-aliasing
SceneQuery_release_cppflags := $(SceneQuery_release_common_cflags)
SceneQuery_release_cppflags += -arch x86_64
@@ -431,6 +438,7 @@ SceneQuery_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -ffast-ma
SceneQuery_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SceneQuery_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SceneQuery_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SceneQuery_release_cppflags += -Wno-c++11-extensions
SceneQuery_release_cppflags += -O3 -fno-strict-aliasing
SceneQuery_release_lflags := $(SceneQuery_custom_lflags)
SceneQuery_release_lflags += $(addprefix -L, $(SceneQuery_release_lpaths))
diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk
index 4b58ba4d..9285f5f2 100644
--- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk
+++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.SimulationController.mk
@@ -128,6 +128,7 @@ SimulationController_debug_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -ff
SimulationController_debug_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SimulationController_debug_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SimulationController_debug_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SimulationController_debug_cflags += -Wno-c++11-extensions
SimulationController_debug_cflags += -g3 -gdwarf-2 -O0
SimulationController_debug_cppflags := $(SimulationController_debug_common_cflags)
SimulationController_debug_cppflags += -arch x86_64
@@ -135,6 +136,7 @@ SimulationController_debug_cppflags += -pipe -mmacosx-version-min=10.7 -msse2 -
SimulationController_debug_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SimulationController_debug_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SimulationController_debug_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SimulationController_debug_cppflags += -Wno-c++11-extensions
SimulationController_debug_cppflags += -g3 -gdwarf-2 -O0
SimulationController_debug_lflags := $(SimulationController_custom_lflags)
SimulationController_debug_lflags += $(addprefix -L, $(SimulationController_debug_lpaths))
@@ -254,6 +256,7 @@ SimulationController_checked_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -
SimulationController_checked_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SimulationController_checked_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SimulationController_checked_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SimulationController_checked_cflags += -Wno-c++11-extensions
SimulationController_checked_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
SimulationController_checked_cppflags := $(SimulationController_checked_common_cflags)
SimulationController_checked_cppflags += -arch x86_64
@@ -261,6 +264,7 @@ SimulationController_checked_cppflags += -pipe -mmacosx-version-min=10.7 -msse2
SimulationController_checked_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SimulationController_checked_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SimulationController_checked_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SimulationController_checked_cppflags += -Wno-c++11-extensions
SimulationController_checked_cppflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
SimulationController_checked_lflags := $(SimulationController_custom_lflags)
SimulationController_checked_lflags += $(addprefix -L, $(SimulationController_checked_lpaths))
@@ -380,6 +384,7 @@ SimulationController_profile_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -
SimulationController_profile_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SimulationController_profile_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SimulationController_profile_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SimulationController_profile_cflags += -Wno-c++11-extensions
SimulationController_profile_cflags += -O3 -fno-strict-aliasing
SimulationController_profile_cppflags := $(SimulationController_profile_common_cflags)
SimulationController_profile_cppflags += -arch x86_64
@@ -387,6 +392,7 @@ SimulationController_profile_cppflags += -pipe -mmacosx-version-min=10.7 -msse2
SimulationController_profile_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SimulationController_profile_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SimulationController_profile_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SimulationController_profile_cppflags += -Wno-c++11-extensions
SimulationController_profile_cppflags += -O3 -fno-strict-aliasing
SimulationController_profile_lflags := $(SimulationController_custom_lflags)
SimulationController_profile_lflags += $(addprefix -L, $(SimulationController_profile_lpaths))
@@ -505,6 +511,7 @@ SimulationController_release_cflags += -pipe -mmacosx-version-min=10.7 -msse2 -
SimulationController_release_cflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SimulationController_release_cflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SimulationController_release_cflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SimulationController_release_cflags += -Wno-c++11-extensions
SimulationController_release_cflags += -O3 -fno-strict-aliasing
SimulationController_release_cppflags := $(SimulationController_release_common_cflags)
SimulationController_release_cppflags += -arch x86_64
@@ -512,6 +519,7 @@ SimulationController_release_cppflags += -pipe -mmacosx-version-min=10.7 -msse2
SimulationController_release_cppflags += -Wall -Wextra -fstrict-aliasing -Wstrict-aliasing=2 -pedantic -Weverything -Wno-documentation-deprecated-sync -Wno-documentation-unknown-command -Wno-float-equal -Wno-padded -Wno-weak-vtables
SimulationController_release_cppflags += -Wno-cast-align -Wno-conversion -Wno-missing-variable-declarations -Wno-shift-sign-overflow
SimulationController_release_cppflags += -Wno-exit-time-destructors -Wno-global-constructors -Wno-missing-prototypes -Wno-unreachable-code -Wno-unused-macros -Wno-used-but-marked-unused -Wno-weak-template-vtables -Wno-invalid-offsetof
+SimulationController_release_cppflags += -Wno-c++11-extensions
SimulationController_release_cppflags += -O3 -fno-strict-aliasing
SimulationController_release_lflags := $(SimulationController_custom_lflags)
SimulationController_release_lflags += $(addprefix -L, $(SimulationController_release_lpaths))