Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » How to set compiler options to a package
|
|
Re: How to set compiler options to a package [message #60717 is a reply to message #60678] |
Mon, 29 July 2024 13:38  |
 |
koldo
Messages: 3432 Registered: August 2008
|
Senior Veteran |
|
|
As the "Setup/Build methods" options override the "Package Organiser/Compiler options", I have tried successfully other option, that is to set this in the sources of the problematic code:
#if defined(__clang__) && (defined(_WIN32) || defined(_WIN64))
#pragma clang optimize off
#endif I haven't found an intermediate option, but this saves the day.
Best regards
Iñaki
|
|
|
Goto Forum:
Current Time: Fri Apr 25 19:06:34 CEST 2025
Total time taken to generate the page: 0.00996 seconds
|