Less pedantic compile warnings

This commit is contained in:
Mike Oliphant
2023-04-13 11:23:33 -07:00
parent 067135b0ff
commit 273aa846d5
+1 -3
View File
@@ -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
"$<$<CONFIG:DEBUG>:-Og;-ggdb;-Werror>"
"$<$<CONFIG:RELEASE>:-Ofast>"
)