bebenlebricolo / CMakeAS7

Fork of CMake original repository, but with additional support for Atmel Studio 7 IDE
https://gitlab.kitware.com/cmake/cmake
Other
6 stars 4 forks source link

Avr-gcc toolchain : Parse CXX/C flags based on build configuration into its proper Avr gcc abstraction layer. #9

Closed bebenlebricolo closed 3 years ago

bebenlebricolo commented 4 years ago

This ticket would handle :

Note : Most of those options are treated differently by Atmel Studio. Some of them (such as the Optimization ones) get their own specific representation using plain strings, some of them uses "check boxes" within Atmel Studio and are handled differently (e.g. using the "True" value in an Xml node) and finally other ones are just treated as extra flags and do not deserve their own kind of handling.