Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Configurable compiler arguments #781

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please add a preferences setting that adds arbitrary compiler options (default 
empty).

Why?

It is impossible to do anything slightly more than basic without this, e.g. 
change compiler options, define macros, pass some options/values to libraries 
(there is not enough code space to do this at run-time), or add "-I.".

The inability to have any influence over the rigid IDE build process forces me 
now to ditch the IDE because I see no way for it to get the job done. :-(

Would this cause any incompatibilities with previous versions?

No.

Original issue reported on code.google.com by gooc...@top.geek.nz on 8 Jan 2012 at 3:58

GoogleCodeExporter commented 8 years ago
What options do you have in mind?  

I'm marking this as a duplicate of issue 421.  If there are other things you'd 
like to see, please comment there (or open a new issue).

Original comment by dmel...@gmail.com on 9 Jan 2012 at 12:48

GoogleCodeExporter commented 8 years ago
Yes thanks David, will comment in #421.

Original comment by gooc...@top.geek.nz on 9 Jan 2012 at 8:57