mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-07-18 16:36:20 +02:00
O3 instead of Ofast for gcc/clang
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ else()
|
||||
-Wall
|
||||
# -Wpedantic -Wextra -Wstrict-aliasing -Wunreachable-code -Weffc++ -Wno-unused-parameter
|
||||
"$<$<CONFIG:DEBUG>:-Og;-ggdb>"
|
||||
"$<$<CONFIG:RELWITHDEBINFO>:-Ofast>"
|
||||
"$<$<CONFIG:RELEASE>:-Ofast>"
|
||||
"$<$<CONFIG:RELWITHDEBINFO>:-O3>"
|
||||
"$<$<CONFIG:RELEASE>:-O3>"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user