wait... No... We don't set release flags for gcc... so the cmake defaults to "-O3 -DNDEBUG"... which is desired... but we feed "-O3 -DNDEBUG" to all compilers we don't know... so moving the flags inside the if(gcc) overrides gcc defaults and makes it easier to hack gcc flags :D -- https://code.launchpad.net/~aber/widelands/gcc/+merge/89785 Your team Widelands Developers is requested to review the proposed merge of lp:~aber/widelands/gcc into lp:widelands.
_______________________________________________ Mailing list: https://launchpad.net/~widelands-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~widelands-dev More help : https://help.launchpad.net/ListHelp

