aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard>2005-09-03 18:34:22 +0000
committerbellard <bellard>2005-09-03 18:34:22 +0000
commitc42532c37dc975f47c75289ec94d7cebce22c0e8 (patch)
treef1e5a0b15a248ca0415577b5bef8c47eedc407ce /Makefile
parentb0b8ac13ce0217dfd6049ade6fca5d308e72ba21 (diff)
downloadtinycc-c42532c37dc975f47c75289ec94d7cebce22c0e8.tar.gz
tinycc-c42532c37dc975f47c75289ec94d7cebce22c0e8.tar.bz2
use CFLAGS from configure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89f955b..f67f49a 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