diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-03-21 19:44:10 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-03-21 20:21:45 +0100 |
commit | fce8d1ec3329a97fc8886cf71eb3d1a763d71ad7 (patch) | |
tree | be31fc1a0631e75faa7642ba018311df22bda995 /Makefile | |
parent | ec01c6149dfc00dcf93a73ef829541a8b1a996a1 (diff) | |
download | libste-fce8d1ec3329a97fc8886cf71eb3d1a763d71ad7.tar.gz libste-fce8d1ec3329a97fc8886cf71eb3d1a763d71ad7.tar.xz libste-fce8d1ec3329a97fc8886cf71eb3d1a763d71ad7.zip |
set reasonable CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |