Skip to content

Commit 1dd439e

Browse files
committed
[CINT2017] Pin C++ standard to C++14 for 523.xalancbmk_r.
With newer standard versions the benchmark may fail to build with newer libc++ versions.
1 parent beab949 commit 1dd439e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

External/SPEC/CINT2017rate/523.xalancbmk_r/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ endif ()
66

77
speccpu2017_benchmark(RATE)
88

9+
set(CMAKE_CXX_STANDARD 14)
10+
911
add_definitions(
1012
-DAPP_NO_THREADS
1113
-DXALAN_INMEM_MSG_LOADER

0 commit comments

Comments
 (0)