Skip to content

Commit 52bf6bf

Browse files
committed
fixup! fixup! Mark OpaqueWrappable specializations as final
1 parent b2fc14d commit 52bf6bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ build:profile --strip=never
134134

135135
# configuration used for performance benchmarking is the same as profiling for consistency
136136
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'
137141

138142
# Define a debug config which is primarily intended for local development.
139143
build:debug -c dbg

0 commit comments

Comments
 (0)