mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
Remove unneeded CFLAGS
variable
We don't have C source files anymore.
This commit is contained in:
parent
f977a382f3
commit
be29ef2691
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -21,7 +21,6 @@ jobs:
|
|||
package-file: "*-linux_x86_64.tar.xz"
|
||||
fancy: true
|
||||
env:
|
||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||
CXXFLAGS: -Werror
|
||||
- os: ubuntu-20.04
|
||||
cmake-path: /usr/bin/
|
||||
|
@ -29,7 +28,6 @@ jobs:
|
|||
package-file: "*-linux_x86_64.tar.xz"
|
||||
fancy: false
|
||||
env:
|
||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||
CXXFLAGS: -Werror
|
||||
GTEST_FILTER: -*SQLite*
|
||||
- os: macOS-latest
|
||||
|
@ -37,14 +35,12 @@ jobs:
|
|||
package-file: "*-macos.dmg"
|
||||
fancy: false
|
||||
env:
|
||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||
CXXFLAGS: -Werror
|
||||
- os: windows-latest
|
||||
cmake-args: -A x64
|
||||
package-file: "*-win64.zip"
|
||||
fancy: false
|
||||
env:
|
||||
CFLAGS: /WX
|
||||
CXXFLAGS: /WX
|
||||
LDFLAGS: /WX
|
||||
|
||||
|
|
Loading…
Reference in a new issue