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