aboutsummaryrefslogtreecommitdiff
path: root/c/base.mk
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-10 00:39:16 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-10 00:39:37 +0100
commit03f8544691a8de9f77a803fd8cd2eeadb919ec03 (patch)
tree4d3431d678b892cb057af72a982ac73d313d60f9 /c/base.mk
Genesis commit
Diffstat (limited to 'c/base.mk')
-rw-r--r--c/base.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/base.mk b/c/base.mk
new file mode 100644
index 0000000..7aea715
--- /dev/null
+++ b/c/base.mk
@@ -0,0 +1,4 @@
+CC = cc
+CFLAGS = \
+ -Wall -Wextra -Werror -Wpedantic -pipe \
+ -O3 -flto -march=native -mtune=native