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 » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » About single threaded mode for C/C++ builders after 10688 revision
Re: About single threaded mode for C/C++ builders after 10688 revision [message #47415 is a reply to message #47405] Fri, 13 January 2017 16:49 Go to previous message
Sender Ghost is currently offline  Sender Ghost
Messages: 301
Registered: November 2008
Senior Member
Looks like, the HasFlag("MT") checks was used on Windows to add "-mthreads" option to GCC (compatible) compiler and "-MT" option for MSC compiler (where latest versions used multithreaded option(s) by default, based on "IsMsc89()" check). The C/C++ builder(s) on others operating systems wasn't affected, because they doesn't have HasFlag("MT") checks.

So, as I understood, some alternative description for changes in 10688 revision is:
"Single threaded mode removed for C/C++ builders on Windows. Force multithreaded mode for U++ source code, which based on uppsrc/Core".

I guess, my proposal may be ignored, if there is no need for such features on Windows.

[Updated on: Fri, 13 January 2017 19:13]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: umk doubt
Next Topic: Environment variables?
Goto Forum:
  


Current Time: Tue Apr 16 16:39:34 CEST 2024

Total time taken to generate the page: 0.01455 seconds