The Metrowerks assembler does not support optimization flags. However, it received the same opt args as the Metrowerks C and C++ compilers, because it inherits from the 'MetrowerksCompiler' mixin. This broke builds with opt level higher than 0 that used the Metrowerks Assembler, as the latter received unsupported args. This is now fixed.pull/12251/head
parent
319b1505e8
commit
2b4002e60f
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue