mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
proper CFLAGS when DBG=0
svn path=/trunk/; revision=4720
This commit is contained in:
parent
f1d44624af
commit
97c3fae178
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.3 2003/04/18 10:48:12 gvg Exp $
|
# $Id: Makefile,v 1.4 2003/05/18 21:17:33 guido Exp $
|
||||||
|
|
||||||
PATH_TO_TOP = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ objs/*.o objs/libfreetype.a:
|
||||||
ifeq ($(DBG), 1)
|
ifeq ($(DBG), 1)
|
||||||
@$(MAKE) -f Makefile.freetype CFLAGS="-c -g -Wall" CC:=$(CC)
|
@$(MAKE) -f Makefile.freetype CFLAGS="-c -g -Wall" CC:=$(CC)
|
||||||
else
|
else
|
||||||
@$(MAKE) -f Makefile.freetype CC:=$(CC)
|
@$(MAKE) -f Makefile.freetype CFLAGS="-c -Wall -O3" CC:=$(CC)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Automatic dependency tracking
|
# Automatic dependency tracking
|
||||||
|
|
Loading…
Reference in a new issue