Skip to content

Commit 2c0d206

Browse files
[libc] remove extra -Werror (#78761)
-Werror is now a global default as of commit c52b467 ("Reapply "[libc] build with -Werror (#73966)" (#74506)")
1 parent 8959206 commit 2c0d206

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/src/signal/linux/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ add_object_library(
4141
-fomit-frame-pointer
4242
-O3
4343
-Wframe-larger-than=0
44-
-Werror
4544
-Wno-attributes
4645
# asan creates asan.module_ctor which uses stack space, causing warnings.
4746
-fno-sanitize=address

0 commit comments

Comments
 (0)