aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/CFLAGS
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/CFLAGS')
-rw-r--r--.woodpecker/CFLAGS13
1 files changed, 0 insertions, 13 deletions
diff --git a/.woodpecker/CFLAGS b/.woodpecker/CFLAGS
deleted file mode 100644
index 57d7d16..0000000
--- a/.woodpecker/CFLAGS
+++ /dev/null
@@ -1,13 +0,0 @@
-# vanilla flags
--std=c99 -Wall -pedantic
-# optimizations: enables extra warnings and deeper analysis thus catches more errors/warnings
--O3 -flto
-# treat warnings as errors
--Werror
-# extra flags
--Wextra -Wshadow -Wvla -Wpointer-arith
--Wundef -Wstrict-overflow=4 -Wwrite-strings -Wunreachable-code
--Wbad-function-cast -Wdeclaration-after-statement
--Wmissing-prototypes -Wstrict-prototypes
-# silence
--Wno-unused-parameter -Wno-missing-field-initializers