Skip to content

Commit

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

0 comments on commit 8642787

Please sign in to comment.