Fixed warnings and optimized noise module
Former-commit-id: 62840540e2938d08436a22d4e19d801466f1d6ba
This commit is contained in:
@@ -37,6 +37,7 @@ configuration "Release*"
|
||||
flags { "EnableSSE", "EnableSSE2", "Optimize", "OptimizeSpeed", "NoFramePointer", "NoRTTI" }
|
||||
|
||||
configuration { "Release*", "codeblocks or codelite or gmake or xcode3*" }
|
||||
buildoptions "-mfpmath=sse" -- Activation de la vectorisation du code
|
||||
|
||||
configuration "*Static"
|
||||
defines "NAZARA_STATIC"
|
||||
@@ -55,12 +56,11 @@ configuration "DebugDLL"
|
||||
targetsuffix "-d"
|
||||
|
||||
configuration "codeblocks or codelite or gmake or xcode3*"
|
||||
buildoptions "-mfpmath=sse" -- Activation de la vectorisation du code
|
||||
buildoptions "-std=c++11" -- On compile en C++11
|
||||
if (_OPTIONS["x64"]) then
|
||||
buildoptions "-m64"
|
||||
end
|
||||
|
||||
|
||||
configuration { "linux or bsd or macosx", "gmake" }
|
||||
buildoptions "-fvisibility=hidden"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user