Page 1 of 1

debug and release builds

Posted: Thu Aug 14, 2014 11:26 pm
by Connor21
Hi,

In my IDE I create Debug builds using the "Debug Build" project option. On my build server I'm using the miabuild commandline and I want to create release builds.
Does the "Debug Build" option in my project influence the miabuild results ?
If yes, how can I force miabuild to ignore the option and always create release builds ?

Best Regards,
Connor

Re: debug and release builds

Posted: Mon Aug 18, 2014 10:54 am
by FrancescoT
Dear Connor,

Unfortunately, I suppose the Debug flag can influence the miabuild results.

I tried to use the following MIABUILD command line with the Compressed build switch as below, but it seems that the generated EXE size increases ( ... just few bytes anyway) when the DUBUG flag is on.

miabuild.exe "My Project.mpr" /b=1

Regards