Merge pull request #1122 from lsm5/debuginfo-puase
pause: do not strip binary
This commit is contained in:
commit
779e3501f3
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ override CFLAGS += -std=c99 -Os -Wall -Wextra -static
|
||||||
|
|
||||||
pause: $(obj)
|
pause: $(obj)
|
||||||
$(CC) -o ../bin/$@ $^ $(CFLAGS) $(LIBS)
|
$(CC) -o ../bin/$@ $^ $(CFLAGS) $(LIBS)
|
||||||
strip ../bin/$@
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue