mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 18:46:59 +08:00
remove werror
This commit is contained in:
5
.github/workflows/stockfish.yml
vendored
5
.github/workflows/stockfish.yml
vendored
@@ -16,7 +16,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
COMPILER: ${{ matrix.config.compiler }}
|
COMPILER: ${{ matrix.config.compiler }}
|
||||||
COMP: ${{ matrix.config.comp }}
|
COMP: ${{ matrix.config.comp }}
|
||||||
CXXFLAGS: "-Werror"
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
@@ -129,7 +128,7 @@ jobs:
|
|||||||
- name: Test debug x86-32 build
|
- name: Test debug x86-32 build
|
||||||
if: ${{ matrix.config.run_32bit_tests }}
|
if: ${{ matrix.config.run_32bit_tests }}
|
||||||
run: |
|
run: |
|
||||||
export CXXFLAGS="-Werror -D_GLIBCXX_DEBUG"
|
export CXXFLAGS="-D_GLIBCXX_DEBUG"
|
||||||
make clean
|
make clean
|
||||||
make -j2 ARCH=x86-32 optimize=no debug=yes build
|
make -j2 ARCH=x86-32 optimize=no debug=yes build
|
||||||
../tests/signature.sh $benchref
|
../tests/signature.sh $benchref
|
||||||
@@ -167,7 +166,7 @@ jobs:
|
|||||||
- name: Test debug x86-64-modern build
|
- name: Test debug x86-64-modern build
|
||||||
if: ${{ matrix.config.run_64bit_tests }}
|
if: ${{ matrix.config.run_64bit_tests }}
|
||||||
run: |
|
run: |
|
||||||
export CXXFLAGS="-Werror -D_GLIBCXX_DEBUG"
|
export CXXFLAGS="-D_GLIBCXX_DEBUG"
|
||||||
make clean
|
make clean
|
||||||
make -j2 ARCH=x86-64-modern optimize=no debug=yes build
|
make -j2 ARCH=x86-64-modern optimize=no debug=yes build
|
||||||
../tests/signature.sh $benchref
|
../tests/signature.sh $benchref
|
||||||
|
|||||||
Reference in New Issue
Block a user