Skip to content

Commit 1994d8a

Browse files
committed
Remove --gsframe=no from .bazelrc to fix PR build failure.
1 parent 5fdc9b8 commit 1994d8a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ build --host_cxxopt=-std=c++17
4040
build:linux --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=1
4141
build:macos --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=1
4242

43-
# Disable sframe in assembler to avoid linker errors with gcc 15
44-
build:linux --copt=-Wa,--gsframe=no
43+
# Disable sframe in assembler to avoid linker errors with gcc 15 (removed for PR compatibility)
4544

4645

4746

0 commit comments

Comments
 (0)