diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e956264..e1d0788 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -45,9 +45,7 @@ if (MSVC) ) else() target_compile_options(neural_amp_modeler PRIVATE - -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing - -Wunreachable-code -Wdouble-promotion -Weffc++ -Wconversion - -Wsign-conversion + -Wall -Wextra -Wpedantic -Wstrict-aliasing -Wunreachable-code -Weffc++ -Wno-unused-parameter "$<$:-Og;-ggdb;-Werror>" "$<$:-Ofast>" )