We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a37bd commit 0597596Copy full SHA for 0597596
.github/workflows/main.yml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
echo "CC=gcc-14" >> make/local
35
echo "CXX=g++-14" >> make/local
36
+ echo "CPPFLAGS += -Wno-deprecated-declarations -Wno-psabi" >> make/local
37
- name: Build Math libs
38
39
make -f make/standalone math-libs -j2
0 commit comments