Fix notification port output.

This commit is contained in:
Robin Davies
2023-04-19 05:42:06 -04:00
parent dd7fa42184
commit 3aaebfb25e
4 changed files with 86 additions and 43 deletions
+4 -2
View File
@@ -45,8 +45,10 @@ if (MSVC)
)
else()
target_compile_options(neural_amp_modeler PRIVATE
-Wall -Wextra -Wpedantic -Wstrict-aliasing -Wunreachable-code -Weffc++ -Wno-unused-parameter
"$<$<CONFIG:DEBUG>:-Og;-ggdb;-Werror>"
-Wall
# -Wpedantic -Wextra -Wstrict-aliasing -Wunreachable-code -Weffc++ -Wno-unused-parameter
"$<$<CONFIG:DEBUG>:-Og;-ggdb>"
"$<$<CONFIG:RELWITHDEBINFO>:-Ofast>"
"$<$<CONFIG:RELEASE>:-Ofast>"
)
endif()