I wanted to ask you how to apply some compile parameters to only one package, and let the rest compile with the options in the configuration.
When compiling the NetCDF libraries in Release mode, I noticed that, having "-O3" they don't work properly when I do it with CLANG in Windows. However, with "-O2", the programs work. This problem does not happen with CLANG on Linux or with MSC on Windows.
I show you in the picture what I tried to do, but it doesn't work.