Temporarily commented out strip

This commit is contained in:
Luxferre
2022-08-09 07:47:50 +03:00
parent 898f1f22d3
commit 31166c8e7f
2 changed files with 54 additions and 20 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)