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 f909373 + 4329ebe commit 7ad7725Copy full SHA for 7ad7725
benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake
@@ -48,7 +48,6 @@ function (swift_benchmark_compile_archopts)
48
"-F" "${sdk}/../../../Developer/Library/Frameworks"
49
"-${BENCH_COMPILE_ARCHOPTS_OPT}"
50
"-D" "INTERNAL_CHECKS_ENABLED"
51
- "-D" "SWIFT_ENABLE_OBJECT_LITERALS"
52
"-no-link-objc-runtime"
53
"-I" "${srcdir}/utils/ObjectiveCTests")
54
@@ -64,7 +63,6 @@ function (swift_benchmark_compile_archopts)
64
63
65
"-${driver_opt}"
66
67
68
"-no-link-objc-runtime")
69
70
set(bench_library_objects)
0 commit comments