diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-04-25 16:02:08 -0500 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-04-25 16:02:08 -0500 |
| commit | d11708e398c2f6377d9eac2b1f7248c62faab569 (patch) | |
| tree | 5778e794690c046ab4b0205d8f764960a5af168b /PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk | |
| parent | PhysX 3.4, APEX 1.4 patch release @21821222 (diff) | |
| download | physx-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/Makefile.PhysXCommon.mk')
| -rw-r--r-- | PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXCommon.mk | 8 |
1 files changed, 8 insertions, 0 deletions
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)) |