Skip to content

Commit 91c2ad9

Browse files
Merge branch 'main' into race-conditions
2 parents e9064d4 + aec7944 commit 91c2ad9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

benchrunner/benchrunner.cabal

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)