Dear GNU GSL Community, I am reaching out for guidance on an issue I encountered while compiling the GNU Scientific Library (GSL) with Link Time Optimization (LTO) enabled using GNU Autotools. Problem Description
I attempted to configure the library with the following command: bash Copy code ./configure CFLAGS="-O2 -flto" However, the configuration process fails. During this phase, I noticed errors indicating potential conflicts with the LTO flags. I cannot attach files due to security policies Request Could you kindly advise if: 1. There are any known limitations or additional configuration requirements for enabling LTO in GSL's build process? 2. Any specific workaround or patch is necessary to make the library compatible with LTO? If further details are needed, I am happy to elaborate on specific steps. Thank you for your time and assistance. -- Sumit Adhikari