Skip to content

Commit 0e3b472

Browse files
jvoisinderSteFfi
authored andcommitted
Use C++17 to build scudo
1 parent e2bc425 commit 0e3b472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-bench-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ if test "$setup_scudo" = "1"; then
505505
partial_checkout scudo $version_scudo https://github.com/llvm/llvm-project "compiler-rt/lib/scudo/standalone"
506506
cd "compiler-rt/lib/scudo/standalone"
507507
# TODO: make the next line prettier instead of hardcoding everything.
508-
clang++ -flto -fuse-ld=lld -fPIC -std=c++14 -fno-exceptions $CXXFLAGS -fno-rtti -fvisibility=internal -msse4.2 -O3 -I include -shared -o libscudo$extso *.cpp -pthread
508+
clang++ -flto -fuse-ld=lld -fPIC -std=c++17 -fno-exceptions $CXXFLAGS -fno-rtti -fvisibility=internal -msse4.2 -O3 -I include -shared -o libscudo$extso *.cpp -pthread
509509
cd -
510510
popd
511511
fi

0 commit comments

Comments
 (0)