From c42532c37dc975f47c75289ec94d7cebce22c0e8 Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 3 Sep 2005 18:34:22 +0000 Subject: [PATCH] use CFLAGS from configure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89f955b6..f67f49a6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # include config.mak -CFLAGS=-O2 -g -Wall +CFLAGS+=-g -Wall ifndef CONFIG_WIN32 LIBS=-ldl BCHECK_O=bcheck.o