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 name: Build
on: on:
workflow_dispatch [workflow_dispatch, pull_request]
env: env:
BUILD_TYPE: Release BUILD_TYPE: Release
+1 -3
View File
@@ -45,9 +45,7 @@ if (MSVC)
) )
else() else()
target_compile_options(neural_amp_modeler PRIVATE target_compile_options(neural_amp_modeler PRIVATE
-Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wall -Wextra -Wpedantic -Wstrict-aliasing -Wunreachable-code -Weffc++ -Wno-unused-parameter
-Wunreachable-code -Wdouble-promotion -Weffc++ -Wconversion
-Wsign-conversion
"$<$<CONFIG:DEBUG>:-Og;-ggdb;-Werror>" "$<$<CONFIG:DEBUG>:-Og;-ggdb;-Werror>"
"$<$<CONFIG:RELEASE>:-Ofast>" "$<$<CONFIG:RELEASE>:-Ofast>"
) )