File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ executable benchrunner
2121 , primitive
2222 , vector
2323 , vector-algorithms
24+ , system-cxx-std-lib
2425 default-language : GHC2021
2526 default-extensions : TupleSections
2627 BangPatterns
@@ -32,7 +33,7 @@ executable benchrunner
3233 ghc-options : -Wall -Wcompat
3334 -threaded -rtsopts
3435 -fdefer-typed-holes
35- -O2 -optl -lstdc++
36+ -O2
3637
3738 c-sources :
3839 csorts/insertionsort.c
@@ -47,11 +48,9 @@ executable benchrunner
4748 cxx/mergesort_int_wrapper.cpp
4849 cxx/quicksort_int_wrapper.cpp
4950
50- build-depends : system-cxx-std-lib
51-
5251 -- DNDEBUG disables asserts in cbits/
5352 cc-options : -std=c11 -O3 -DNDEBUG= 1
5453 -fno-strict-aliasing
5554 -Werror=undef
5655
57- cpp -options : -std=c++11 -O3 -fno-strict-aliasing
56+ cxx -options : -std=c++11 -O3 -fno-strict-aliasing
You can’t perform that action at this time.
0 commit comments