use CFLAGS from configure

This commit is contained in:
bellard 2005-09-03 18:34:22 +00:00
parent b0b8ac13ce
commit c42532c37d

View File

@ -3,7 +3,7 @@
# #
include config.mak include config.mak
CFLAGS=-O2 -g -Wall CFLAGS+=-g -Wall
ifndef CONFIG_WIN32 ifndef CONFIG_WIN32
LIBS=-ldl LIBS=-ldl
BCHECK_O=bcheck.o BCHECK_O=bcheck.o