June 17, 2008
Hello, I have recently installed tangobos, and I have found a problem.
Using DMD 1.029, when I compile the code with -O -release the compilation happens.
If I add -inline the compilation stops with errors like:
http://codepad.org/I5fHzuxD

I compile the code with a command like:
rebuild.exe -IC:some_lib_path -full -clean -O -release nomedile.d

Do you have suggestions?

Bye,
bearophile
June 17, 2008
bearophile wrote:
> Hello, I have recently installed tangobos, and I have found a problem.
> Using DMD 1.029, when I compile the code with -O -release the compilation happens.
> If I add -inline the compilation stops with errors like:
> http://codepad.org/I5fHzuxD
> 
> I compile the code with a command like:
> rebuild.exe -IC:some_lib_path -full -clean -O -release nomedile.d
> 
> Do you have suggestions?
> 
> Bye,
> bearophile

Sounds like this:
http://d.puremagic.com/issues/show_bug.cgi?id=1629

Try changing the rebuild setup to compile all-at-once instead of one-at-a-time.

--bb