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_osx32/Makefile.SceneQuery.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_osx32/Makefile.SceneQuery.mk')
| -rw-r--r-- | PhysX_3.4/Source/compiler/make_osx32/Makefile.SceneQuery.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.SceneQuery.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.SceneQuery.mk index 09fc9320..8920a98c 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.SceneQuery.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/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 i386 @@ -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 i386 @@ -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 i386 @@ -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 i386 @@ -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)) |