Centralize C++ version in Makefiles (#2713)

This commit is contained in:
Andrew Gaul
2025-08-30 16:49:51 +09:00
committed by GitHub
parent 1366f582b1
commit ff2080a39e
5 changed files with 8 additions and 5 deletions

View File

@ -143,7 +143,7 @@ jobs:
- name: Build
run: |
./autogen.sh
PKG_CONFIG_PATH=/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig ./configure CXXFLAGS='-std=c++14'
PKG_CONFIG_PATH=/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig ./configure
make --jobs=$(sysctl -n hw.ncpu)
- name: Cppcheck