totalspectrum / spin2cpp

Tool to convert Parallax Propeller Spin code to PASM, C++ or C
Other
46 stars 17 forks source link

Change unrecognized optimization flag to warning #456

Closed Wuerfel21 closed 4 days ago

Wuerfel21 commented 6 days ago

When a new optimization flag is introduced, any source code or script that refers to them becomes backwards-incompatible with previous compiler versions. This can become a bit annoying.

totalspectrum commented 4 days ago

Thanks, this was a good idea!