I wasted a good 10 minutes scratching my head.
Compiler options cant have space
This fails
WIN_SERVICE; MAIN_SERVICE
This works
WIN_SERVICE;MAIN_SERVICE
I wasted a good 10 minutes scratching my head.
Compiler options cant have space
This fails
WIN_SERVICE; MAIN_SERVICE
This works
WIN_SERVICE;MAIN_SERVICE
I experienced too some oddities with compiler options, one of which I reported here, and that has not been decided to correct.
yeah that’s pretty poor.. a simple trim call when processing the values in the compile ![]()
Worth reporting but I doubt it would get fixed any time soon (far too many other issues).
I wonder if it’s due to them potentially being passed to a command line. That would also explain why it’s an issue to have “-” in them.
Not that it shouldn’t be fixed, of course.
That is quite possibly the case - it should be quoted by the IDE automatically.