Skip to content

Commit

Permalink
make: Disable analyzer
Browse files Browse the repository at this point in the history
I know about those errors, but I have bigger ones at this moment and
it's output clutters my screen.
  • Loading branch information
hurufu committed Apr 13, 2024
1 parent 9a2f53b commit 5e0734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion co/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CFLAGS += -fno-inline
CFLAGS += -fstack-protector-all
CFLAGS += -Wno-implicit-fallthrough
CFLAGS += -gz=zlib -fdiagnostics-color=always -flto -ffat-lto-objects
CFLAGS += -fanalyzer
#CFLAGS += -fanalyzer
CPPFLAGS := -DCORO_PTHREAD
#CPPFLAGS += -DCORO_USE_VALGRIND
#CPPFLAGS := -DNO_LOGS_ON_STDERR
Expand Down

0 comments on commit 5e0734d

Please sign in to comment.