mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-07 04:00:09 +02:00
@@ -1,7 +1,7 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
[workflow_dispatch, pull_request]
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
||||
Vendored
+1
-1
Submodule deps/NeuralAmpModelerCore updated: aa777b5f14...1481c71a20
+1
-3
@@ -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>"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user