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.
2 parents c9e633c + 8953d68 commit 7a0f922Copy full SHA for 7a0f922
benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake
@@ -354,6 +354,7 @@ function (swift_benchmark_compile_archopts)
354
set(common_options
355
"-c"
356
"-target" "${target}"
357
+ "-module-cache-path" "${CMAKE_CURRENT_BINARY_DIR}/modulecache"
358
"-${BENCH_COMPILE_ARCHOPTS_OPT}" ${PAGE_ALIGNMENT_OPTION})
359
#"-Xfrontend" "-enable-experimental-feature"
360
#"-Xfrontend" "LayoutPrespecialization")
0 commit comments