Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 3443
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 Aug 24 07:25:46 CEST 2025

Total time taken to generate the page: 0.05303 seconds