Skip to content

Commit

Permalink
Update stockfish.yml: Remove additional compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty authored Jun 2, 2024
1 parent a1213a8 commit 1788305
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/stockfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
- name: Test debug x86-32 profile build (Optimization on, All features)
run: |
export CXXFLAGS="-Werror -D_GLIBCXX_DEBUG"
make clean
make -j2 ARCH=x86-32 optimize=yes all=yes largeboards=yes debug=yes profile-build
Expand Down Expand Up @@ -115,7 +114,6 @@ jobs:
- name: Test debug x86-64-modern profile build (Optimization on, All features)
run: |
export CXXFLAGS="-Werror -D_GLIBCXX_DEBUG"
make clean
make -j2 ARCH=x86-64-modern optimize=yes all=yes largeboards=yes debug=yes profile-build
Expand Down

0 comments on commit 1788305

Please sign in to comment.