Removed debug info per default from the runtime makefiles, since llvm 2.4svn is currently buggy.

This commit is contained in:
Tomas Lindquist Olsen
2008-08-12 00:20:04 +02:00
parent 983a1b18a1
commit 148534637e
4 changed files with 12 additions and 12 deletions

View File

@@ -21,13 +21,13 @@ ADD_CFLAGS=
ADD_DFLAGS=
#CFLAGS=-O3 $(ADD_CFLAGS)
CFLAGS=-g $(ADD_CFLAGS)
CFLAGS=$(ADD_CFLAGS)
#DFLAGS=-release -O3 -inline -w -nofloat $(ADD_DFLAGS)
DFLAGS=-g -w -nofloat $(ADD_DFLAGS)
DFLAGS=-w -nofloat $(ADD_DFLAGS)
#TFLAGS=-O3 -inline -w -nofloat $(ADD_DFLAGS)
TFLAGS=-g -w -nofloat $(ADD_DFLAGS)
TFLAGS=-w -nofloat $(ADD_DFLAGS)
DOCFLAGS=-version=DDoc