U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
koldo is currently offline  koldo
Messages: 3461
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
 
Read Message
Read Message
Read Message
Previous Topic: format code in editor / windows 10 / theide v.16651
Next Topic: Schema utilities
Goto Forum:
  


Current Time: Sun Sep 06 00:49:17 GMT+2 2026

Total time taken to generate the page: 0.00465 seconds