As for Today, in the project window I can add assembly source code and compile, however:
- there are no specific setting I can apply to assembler (there are only general & c/c++)
- no defined symbol is propagated to assembler
Can handling of the assembly source code be added? With ability to:
- suppressing warnings,
- contoling debug level,
- controlling preprocessor symbols (-D but also -x assembler-with-cpp),
- adding assembler specific include paths,
- adding other flags, like -mtune, -march etc