diff tango/lib/compiler/llvmdc/llvmdc.mak @ 305:2b72433d5c8c trunk

[svn r326] Fixed a bunch of issues with printf's that MinGW32 did not support. Fixed problems with label collisions when using labels inside inline asm. LabelStatement is now easily reached given its Identifier, which should be useful elsewhere too. Enabled inline asm for building the lib/compiler/llvmdc runtime code, fixing branches out of asm makes this possible.
author lindquist
date Fri, 27 Jun 2008 22:04:35 +0200
parents a168a2c3ea48
children 0d52412d5b1a
line wrap: on
line diff
--- a/tango/lib/compiler/llvmdc/llvmdc.mak	Wed Jun 25 23:42:38 2008 +0200
+++ b/tango/lib/compiler/llvmdc/llvmdc.mak	Fri Jun 27 22:04:35 2008 +0200
@@ -24,10 +24,10 @@
 CFLAGS=-g $(ADD_CFLAGS)
 
 #DFLAGS=-release -O3 -inline -w $(ADD_DFLAGS)
-DFLAGS=-g -w -noasm $(ADD_DFLAGS)
+DFLAGS=-g -w $(ADD_DFLAGS)
 
 #TFLAGS=-O3 -inline -w $(ADD_DFLAGS)
-TFLAGS=-g -w -noasm $(ADD_DFLAGS)
+TFLAGS=-g -w $(ADD_DFLAGS)
 
 DOCFLAGS=-version=DDoc