Skip to content

Commit

Permalink
Enforce strict adherence to C++14 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and mattw-nws committed Aug 15, 2023
1 parent 7560ebd commit fa03e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ngen-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ runs:
run: |
export BOOST_ROOT="$(pwd)/boost_1_72_0"
export CFLAGS="-fsanitize=address -O1 -g -fno-omit-frame-pointer"
export CXXFLAGS="-fsanitize=address -O1 -g -fno-omit-frame-pointer"
export CXXFLAGS="-fsanitize=address -O1 -g -fno-omit-frame-pointer -pedantic-errors"
. .venv/bin/activate
[ ! -d "$BOOST_ROOT" ] && echo "Error: no Boost root found at $BOOST_ROOT" && exit 1
cmake -B ${{ inputs.build-dir }} \
Expand Down

0 comments on commit fa03e73

Please sign in to comment.