diff options
| author | bellard <bellard> | 2005-09-03 18:34:22 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2005-09-03 18:34:22 +0000 |
| commit | c42532c37dc975f47c75289ec94d7cebce22c0e8 (patch) | |
| tree | f1e5a0b15a248ca0415577b5bef8c47eedc407ce /Makefile | |
| parent | b0b8ac13ce0217dfd6049ade6fca5d308e72ba21 (diff) | |
| download | tinycc-c42532c37dc975f47c75289ec94d7cebce22c0e8.tar.gz tinycc-c42532c37dc975f47c75289ec94d7cebce22c0e8.tar.bz2 | |
use CFLAGS from configure
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # include config.mak -CFLAGS=-O2 -g -Wall +CFLAGS+=-g -Wall ifndef CONFIG_WIN32 LIBS=-ldl BCHECK_O=bcheck.o |
