diff options
Diffstat (limited to 'PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk')
| -rw-r--r-- | PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk index 6b2f71d9..9ecc5223 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk @@ -73,7 +73,7 @@ LowLevelParticles_debug_common_cflags += -MMD LowLevelParticles_debug_common_cflags += $(addprefix -D, $(LowLevelParticles_debug_defines)) LowLevelParticles_debug_common_cflags += $(addprefix -I, $(LowLevelParticles_debug_hpaths)) LowLevelParticles_debug_common_cflags += -m64 -LowLevelParticles_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_debug_common_cflags += -Wno-missing-field-initializers @@ -172,7 +172,7 @@ LowLevelParticles_checked_common_cflags += -MMD LowLevelParticles_checked_common_cflags += $(addprefix -D, $(LowLevelParticles_checked_defines)) LowLevelParticles_checked_common_cflags += $(addprefix -I, $(LowLevelParticles_checked_hpaths)) LowLevelParticles_checked_common_cflags += -m64 -LowLevelParticles_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_checked_common_cflags += -Wno-missing-field-initializers @@ -271,7 +271,7 @@ LowLevelParticles_profile_common_cflags += -MMD LowLevelParticles_profile_common_cflags += $(addprefix -D, $(LowLevelParticles_profile_defines)) LowLevelParticles_profile_common_cflags += $(addprefix -I, $(LowLevelParticles_profile_hpaths)) LowLevelParticles_profile_common_cflags += -m64 -LowLevelParticles_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_profile_common_cflags += -Wno-missing-field-initializers @@ -369,7 +369,7 @@ LowLevelParticles_release_common_cflags += -MMD LowLevelParticles_release_common_cflags += $(addprefix -D, $(LowLevelParticles_release_defines)) LowLevelParticles_release_common_cflags += $(addprefix -I, $(LowLevelParticles_release_hpaths)) LowLevelParticles_release_common_cflags += -m64 -LowLevelParticles_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_release_common_cflags += -Wno-missing-field-initializers |