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.PhysXCooking.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.PhysXCooking.mk')
| -rw-r--r-- | PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk index 12c62cb7..22056497 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk @@ -92,7 +92,7 @@ PhysXCooking_release_common_cflags += -MMD PhysXCooking_release_common_cflags += $(addprefix -D, $(PhysXCooking_release_defines)) PhysXCooking_release_common_cflags += $(addprefix -I, $(PhysXCooking_release_hpaths)) PhysXCooking_release_common_cflags += -m64 -PhysXCooking_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_release_common_cflags += -Wno-missing-field-initializers @@ -211,7 +211,7 @@ PhysXCooking_debug_common_cflags += -MMD PhysXCooking_debug_common_cflags += $(addprefix -D, $(PhysXCooking_debug_defines)) PhysXCooking_debug_common_cflags += $(addprefix -I, $(PhysXCooking_debug_hpaths)) PhysXCooking_debug_common_cflags += -m64 -PhysXCooking_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_debug_common_cflags += -Wno-missing-field-initializers @@ -329,7 +329,7 @@ PhysXCooking_checked_common_cflags += -MMD PhysXCooking_checked_common_cflags += $(addprefix -D, $(PhysXCooking_checked_defines)) PhysXCooking_checked_common_cflags += $(addprefix -I, $(PhysXCooking_checked_hpaths)) PhysXCooking_checked_common_cflags += -m64 -PhysXCooking_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_checked_common_cflags += -Wno-missing-field-initializers @@ -447,7 +447,7 @@ PhysXCooking_profile_common_cflags += -MMD PhysXCooking_profile_common_cflags += $(addprefix -D, $(PhysXCooking_profile_defines)) PhysXCooking_profile_common_cflags += $(addprefix -I, $(PhysXCooking_profile_hpaths)) PhysXCooking_profile_common_cflags += -m64 -PhysXCooking_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_profile_common_cflags += -Wno-missing-field-initializers |