We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45d162 commit 7cba712Copy full SHA for 7cba712
External/SPEC/CINT2017rate/502.gcc_r/CMakeLists.txt
@@ -7,6 +7,9 @@ endif ()
7
speccpu2017_benchmark(RATE)
8
9
add_definitions(-DSPEC_502 -DIN_GCC -DHAVE_CONFIG_H)
10
+if(APPLE)
11
+ add_definitions(-DSPEC_GCC_VARIADIC_FUNCTIONS_MISMATCH_WORKAROUND)
12
+endif()
13
speccpu2017_add_include_dirs(. include spec_qsort)
14
add_compile_options(-fgnu89-inline -fno-strict-aliasing)
15
External/SPEC/CINT2017speed/602.gcc_s/CMakeLists.txt
@@ -6,6 +6,10 @@ endif ()
6
speccpu2017_benchmark(SPEED ORIGIN 502.gcc_r)
+
## ref #########################################################################
speccpu2017_run_test(
0 commit comments