Skip to content

Commit

Permalink
Update macos-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith authored Jun 8, 2024
1 parent bf7e7b8 commit 08dbd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: configure with g++-13
run: ./configure CXX="g++-13" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
- name: make
run: make
run: make CXXFLAGS="-O3 -DNDEBUG -Wl,-ld_classic"

0 comments on commit 08dbd31

Please sign in to comment.