From: <arn...@us...> - 2008-03-08 09:44:51
|
Revision: 1032 http://dcplusplus.svn.sourceforge.net/dcplusplus/?rev=1032&view=rev Author: arnetheduck Date: 2008-03-08 01:44:38 -0800 (Sat, 08 Mar 2008) Log Message: ----------- fix thread exception handling issue Modified Paths: -------------- dcplusplus/trunk/SConstruct Modified: dcplusplus/trunk/SConstruct =================================================================== --- dcplusplus/trunk/SConstruct 2008-03-07 23:13:00 UTC (rev 1031) +++ dcplusplus/trunk/SConstruct 2008-03-08 09:44:38 UTC (rev 1032) @@ -43,7 +43,7 @@ } gcc_link_flags = { - 'common' : ['-ggdb', '-Wl,--no-undefined', '-time'], + 'common' : ['-ggdb', '-Wl,--no-undefined', '-time', '-mthread'], 'debug' : [], 'release' : ['-mwindows'] } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |