multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Build system overrides flags #167

Open LourensVeen opened 1 year ago

LourensVeen commented 1 year ago

If you compile with CXXFLAGS=-O0 you'll still get an optimised build, because the build system appends -O3. It should prepend its own options to the user-supplied ones so the user can override.