Port I/O tested; strip unstable again, commented out

This commit is contained in:
Luxferre
2022-08-11 15:36:39 +03:00
parent ac18f1499c
commit 4c7643decd
3 changed files with 42 additions and 10 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)