From 145c99e80273d3aceb7b1815dc8feeefb0def826 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 3 Jul 2019 18:27:09 +0000 Subject: [PATCH] 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 --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index 3f50d5144..0fd7a3fff 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -1,6 +1,6 @@ CC=gcc WINDRES=windres -STRIP?=echo strip +STRIP?=strip STRIPFLAGS=--strip-unneeded --remove-section=.comment