Makefile: fix building release.

master
Drake 3 years ago
parent 2d787448fb
commit 0debe66178
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -22,7 +22,7 @@ debug: all
clean:
@rm -rf bin
build-release: CC_FLAGS:=-O3
build-release: CC_FLAGS:=-O3 ${CC_FLAGS}
build-release: all
build-release:
@strip bin/*

Loading…
Cancel
Save