comparison build.sh @ 154:14feb7ae01a6

* changed the build system to build a release version if the debug one compiles and enabled warnings + reduced warnings by adding appriopriate overrides + IfStatement.interpret() + ScopeStatement.interpret() + TypeSArray.constConv() + TypedefDeclaration.syntaxCopy() * fixed a bug in StringExp
author trass3r
date Wed, 15 Sep 2010 15:32:31 +0200
parents 2cc604139636
children b080e62b16b4
comparison
equal deleted inserted replaced
148:fe2e1b93e88f 154:14feb7ae01a6
1 #!/bin/sh 1 #!/bin/sh
2 #i686-unknown-linux-gnu-g++ -c bridge/bridge.cpp -obridge.o 2 #i686-unknown-linux-gnu-g++ -c bridge/bridge.cpp -obridge.o
3 g++ -c bridge/bridge.cpp -obridge.o 3 g++ -c bridge/bridge.cpp -obridge.o
4 dmd @commands.linux.txt #|& head 4 dmd -debug -gc @commands.linux.txt && dmd -release -O -inline @commands.linux.txt #|& head