Revision: 1034
http://dcplusplus.svn.sourceforge.net/dcplusplus/?rev=1034&view=rev
Author: arnetheduck
Date: 2008-03-12 13:07:18 -0700 (Wed, 12 Mar 2008)
Log Message:
-----------
typo fix
Modified Paths:
--------------
dcplusplus/trunk/SConstruct
Modified: dcplusplus/trunk/SConstruct
===================================================================
--- dcplusplus/trunk/SConstruct 2008-03-09 13:59:38 UTC (rev 1033)
+++ dcplusplus/trunk/SConstruct 2008-03-12 20:07:18 UTC (rev 1034)
@@ -43,7 +43,7 @@
}
gcc_link_flags = {
- 'common' : ['-ggdb', '-Wl,--no-undefined', '-time', '-mthread'],
+ 'common' : ['-g', '-Wl,--no-undefined', '-time', '-mthreads'],
'debug' : [],
'release' : ['-mwindows']
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|