Skip to content

Commit

Permalink
[libc] remove extra -Werror (#78761)
Browse files Browse the repository at this point in the history
-Werror is now a global default as of
commit c52b467 ("Reapply "[libc] build with -Werror (#73966)"
(#74506)")
  • Loading branch information
nickdesaulniers committed Jan 19, 2024
1 parent 8959206 commit 2c0d206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libc/src/signal/linux/CMakeLists.txt
Expand Up @@ -41,7 +41,6 @@ add_object_library(
-fomit-frame-pointer
-O3
-Wframe-larger-than=0
-Werror
-Wno-attributes
# asan creates asan.module_ctor which uses stack space, causing warnings.
-fno-sanitize=address
Expand Down

0 comments on commit 2c0d206

Please sign in to comment.