mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-10 04:30:14 +02:00
Fixed compile options on linux
This commit is contained in:
@@ -21,15 +21,6 @@ set_target_properties(neural_amp_modeler
|
|||||||
PREFIX ""
|
PREFIX ""
|
||||||
)
|
)
|
||||||
|
|
||||||
# Compile Options
|
|
||||||
|
|
||||||
if (MSVC)
|
|
||||||
target_compile_options(neural_amp_modeler PRIVATE /Ot )
|
|
||||||
else()
|
|
||||||
target_compile_options(neural_amp_modeler PRIVATE -msse3)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Platform
|
# Platform
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user