Skip to content

Commit

Permalink
misc: Update check_includes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Apr 7, 2024
1 parent 12749eb commit d5915c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# setup
export CXX=${CXX:-"g++"}
export CXXFLAGS="-D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200809
-D_GNU_SOURCE -Ibuild_debug -std=c++17"
-D_GNU_SOURCE -Ibuild_debug -std=c++17 -mavx"

# note: `sem` is not always available
_sem="parallel --will-cite --semaphore --halt soon,fail=1"
Expand Down

0 comments on commit d5915c6

Please sign in to comment.