Merge pull request #1 from mikeoliphant/main

Sync
This commit is contained in:
Robin Davies
2023-04-18 11:56:19 -04:00
committed by GitHub
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: Build
on:
workflow_dispatch
[workflow_dispatch, pull_request]
env:
BUILD_TYPE: Release
+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>"
)