mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
let's skip the funroll loops...this other one i may or may not keep too
This commit is contained in:
+3
-3
@@ -81,10 +81,10 @@ elseif(UNIX)
|
||||
|
||||
# Ofast doesn't work with gcc builds
|
||||
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Ofast -fno-assume-sane-operator-new \
|
||||
-fno-signed-zeros -freciprocal-math -ffp-contract=fast \
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Ofast \
|
||||
-fno-signed-zeros -freciprocal-math -ffp-contract=fast -fcommon \
|
||||
-fno-threadsafe-statics -fslp-vectorize-aggressive -fslp-vectorize \
|
||||
-fno-stack-protector -fstrict-enums -fstrict-vtable-pointers -funroll-loops")
|
||||
-fno-stack-protector -fstrict-enums -fstrict-vtable-pointers")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb")
|
||||
|
||||
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
|
||||
|
||||
Reference in New Issue
Block a user