Fixed compile options on linux

This commit is contained in:
Mike Oliphant
2023-03-09 14:21:13 -08:00
parent 5bf2e4b8f3
commit 08ee52b46a
-9
View File
@@ -21,15 +21,6 @@ set_target_properties(neural_amp_modeler
PREFIX ""
)
# Compile Options
if (MSVC)
target_compile_options(neural_amp_modeler PRIVATE /Ot )
else()
target_compile_options(neural_amp_modeler PRIVATE -msse3)
endif()
# Platform