Got rid of POSIX warnings and re-enabled strip in the makefile for now

This commit is contained in:
Luxferre
2022-08-09 21:34:33 +03:00
parent 0be72ee3fd
commit aaf98b5dbb
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ DFLAGS=
desktopcc:
cc -std=c89 -Os -o $(PROJNAME) $(CFILES) $(DFLAGS)
#strip $(PROJNAME)
strip $(PROJNAME)
tcc:
tcc -std=c89 -o $(PROJNAME) $(CFILES) $(DFLAGS)