about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-03-21 19:44:10 +0100
committerLeah Neukirchen <leah@vuxu.org>2023-03-21 20:21:45 +0100
commitfce8d1ec3329a97fc8886cf71eb3d1a763d71ad7 (patch)
treebe31fc1a0631e75faa7642ba018311df22bda995 /Makefile
parentec01c6149dfc00dcf93a73ef829541a8b1a996a1 (diff)
downloadlibste-fce8d1ec3329a97fc8886cf71eb3d1a763d71ad7.tar.gz
libste-fce8d1ec3329a97fc8886cf71eb3d1a763d71ad7.tar.xz
libste-fce8d1ec3329a97fc8886cf71eb3d1a763d71ad7.zip
set reasonable CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0be968b..7773c49 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings
+
 all: libste.a example
 
 libste.a: stechr.o stecpe.o stecpy.o steprn.o