Merge pull request #1122 from lsm5/debuginfo-puase

pause: do not strip binary
This commit is contained in:
Daniel J Walsh 2018-03-03 10:25:03 -05:00 committed by GitHub
commit 779e3501f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ override CFLAGS += -std=c99 -Os -Wall -Wextra -static
pause: $(obj)
$(CC) -o ../bin/$@ $^ $(CFLAGS) $(LIBS)
strip ../bin/$@
.PHONY: clean
clean: