mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
github/runner: fix unknown argument error
Windows' clang-cl treats -fno-omit-frame-pointer as an unknown argument and returns an error. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
- os: windows-latest
|
||||
cc: clang-cl
|
||||
cxx: clang-cl
|
||||
flags_debug: "/Zi /Od"
|
||||
flags_debug: "/Zi /Od -Wno-unknown-argument"
|
||||
deps_cmd: choco install ninja ccache
|
||||
|
||||
- os: macos-14
|
||||
|
||||
Reference in New Issue
Block a user