mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
ide: No more using -mthreads with clang in win32
This commit is contained in:
parent
340ce65c08
commit
69ede7b2b9
1 changed files with 2 additions and 2 deletions
|
|
@ -136,8 +136,8 @@ bool GccBuilder::BuildPackage(const String& package, Vector<String>& linkfile, V
|
|||
|
||||
// if(IsVerbose())
|
||||
// cc << " -v";
|
||||
if(HasFlag("WIN32")/* && HasFlag("MT")*/)
|
||||
cc << " -mthreads";
|
||||
// if(HasFlag("WIN32")/* && HasFlag("MT")*/) // not needed anymore
|
||||
// cc << " -mthreads";
|
||||
|
||||
if(HasFlag("DEBUG_MINIMAL") || HasFlag("DEBUG_FULL")) {
|
||||
cc << (HasFlag("WIN32") && HasFlag("CLANG") ? " -gcodeview -fno-limit-debug-info" : " -ggdb");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue