Hi, What is the best way, in a CMakeLists.txt file, to define specific build directive(s) for one or more C/C++ files, while other files are built with the default directives? As an example, how to apply "-O2" for one or more files, while building the remaining file with "-Os"? TIA, Manu