mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Enable glibc bounds checking on the CI build.
This commit is contained in:
5
.github/workflows/ccpp.yml
vendored
5
.github/workflows/ccpp.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
- name: apt
|
||||
run: sudo apt update && sudo apt install libudev-dev libsqlite3-dev protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev
|
||||
- name: make
|
||||
run: make
|
||||
run: CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" make
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
@@ -45,8 +45,7 @@ jobs:
|
||||
zip
|
||||
- uses: actions/checkout@v1
|
||||
- name: build
|
||||
run: |
|
||||
make
|
||||
run: make
|
||||
|
||||
- name: zip
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user