This is a minor bug.
OS : MacOS Monterey (12.x.y).
Compilers : LLVM-CLANG 18.x.y
Bug : usually, I changes the by-default CMake variables for C flags and CXX flags - Release build type - as -O4 or -Ofast.
The 9.10.1 version of SAGA changes the C flags (-O4 or -Ofats), but not the CXX flags : after CMake configuring, the CXX flags are set as -O3 again.
So,, please kindly check it, in order to set the CXX flags as one wants.
Kind regards,
L. D.
Anonymous
PS But OK otherwise (building SAGA myself).
Encl. Some pictures
Last edit: Laurent Delphin 2025-11-18
Hi Laurent,
with Commit [3059d0] it is now possible to set / overwrite the flags.
Best regards,
Volker
Related
Commit: [3059d0]
Thank you.
I will try it next version.
Thank you very much for yoyr SAGA GIS tooL;