diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-09-15 15:41:57 -0500 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-09-15 15:41:57 -0500 |
| commit | d1c812f1162e5fdb13c215792725b2591d7428f5 (patch) | |
| tree | 407056c45c7e9320c48fca6a3697d81a061c4ea0 /PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk | |
| parent | PhysX 3.4, APEX 1.4 patch release @22121272 (diff) | |
| download | physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.tar.xz physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @22845541v3.4.1
Diffstat (limited to 'PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk')
| -rw-r--r-- | PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk index e52d7d4c..e407f4cf 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk @@ -59,7 +59,7 @@ LowLevelCloth_debug_common_cflags += -MMD LowLevelCloth_debug_common_cflags += $(addprefix -D, $(LowLevelCloth_debug_defines)) LowLevelCloth_debug_common_cflags += $(addprefix -I, $(LowLevelCloth_debug_hpaths)) LowLevelCloth_debug_common_cflags += -m64 -LowLevelCloth_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_debug_common_cflags += -Wno-missing-field-initializers @@ -148,7 +148,7 @@ LowLevelCloth_checked_common_cflags += -MMD LowLevelCloth_checked_common_cflags += $(addprefix -D, $(LowLevelCloth_checked_defines)) LowLevelCloth_checked_common_cflags += $(addprefix -I, $(LowLevelCloth_checked_hpaths)) LowLevelCloth_checked_common_cflags += -m64 -LowLevelCloth_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_checked_common_cflags += -Wno-missing-field-initializers @@ -237,7 +237,7 @@ LowLevelCloth_profile_common_cflags += -MMD LowLevelCloth_profile_common_cflags += $(addprefix -D, $(LowLevelCloth_profile_defines)) LowLevelCloth_profile_common_cflags += $(addprefix -I, $(LowLevelCloth_profile_hpaths)) LowLevelCloth_profile_common_cflags += -m64 -LowLevelCloth_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_profile_common_cflags += -Wno-missing-field-initializers @@ -325,7 +325,7 @@ LowLevelCloth_release_common_cflags += -MMD LowLevelCloth_release_common_cflags += $(addprefix -D, $(LowLevelCloth_release_defines)) LowLevelCloth_release_common_cflags += $(addprefix -I, $(LowLevelCloth_release_hpaths)) LowLevelCloth_release_common_cflags += -m64 -LowLevelCloth_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_release_common_cflags += -Wno-missing-field-initializers |