changeset 381:f46a6e4e608f

[project @ 2005-09-03 18:34:22 by bellard] use CFLAGS from configure
author bellard
date Sat, 03 Sep 2005 18:34:22 +0000
parents cc917d701b5a
children 8b4742a20821
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Sep 03 18:31:43 2005 +0000
+++ b/Makefile	Sat Sep 03 18:34:22 2005 +0000
@@ -3,7 +3,7 @@
 #
 include config.mak
 
-CFLAGS=-O2 -g -Wall
+CFLAGS+=-g -Wall
 ifndef CONFIG_WIN32
 LIBS=-ldl
 BCHECK_O=bcheck.o