From 08ee52b46a98046669cef36bd8bffec3220b8bad Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Thu, 9 Mar 2023 14:21:13 -0800 Subject: [PATCH] Fixed compile options on linux --- src/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d62073c..d9228ce 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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