mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 12:40:43 +00:00
One less WTF.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2807 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d3ea7bc446
commit
c0a4a2b8fe
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
EXTRACFLAGS=-Wall -O2
|
CFLAGS+=-Wall -O2
|
||||||
CC=gcc $(EXTRACFLAGS)
|
CC=gcc
|
||||||
STRIP=strip
|
STRIP=strip
|
||||||
|
|
||||||
STRIPFLAGS=--strip-unneeded --remove-section=.comment
|
STRIPFLAGS=--strip-unneeded --remove-section=.comment
|
||||||
|
|
Loading…
Reference in a new issue