1
0
Fork 0
forked from fte/fteqw

Make sure stripping actually happens now that we're spitting out .db files.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5489 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2019-07-03 18:27:09 +00:00
parent 69e1c6a880
commit 145c99e802

View file

@ -1,6 +1,6 @@
CC=gcc CC=gcc
WINDRES=windres WINDRES=windres
STRIP?=echo strip STRIP?=strip
STRIPFLAGS=--strip-unneeded --remove-section=.comment STRIPFLAGS=--strip-unneeded --remove-section=.comment