We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fc14d commit 52bf6bfCopy full SHA for 52bf6bf
.bazelrc
@@ -134,6 +134,10 @@ build:profile --strip=never
134
135
# configuration used for performance benchmarking is the same as profiling for consistency
136
build:benchmark --config=profile
137
+# TODO(soon): Temporarily disable thin-LTO for benchmarks to work around a vtable deduplication
138
+# issue with final template classes. See https://github.com/cloudflare/workerd/pull/5781
139
+build:benchmark --copt='-fno-lto'
140
+build:benchmark --linkopt='-fno-lto'
141
142
# Define a debug config which is primarily intended for local development.
143
build:debug -c dbg
0 commit comments