------------------------------------------------------------
revno: 3107
committer: crise <[email protected]>
branch nick: trunk
timestamp: Mon 2012-11-05 02:44:33 +0200
message:
fix freezing issue on release builds, for mingw, when using lambdas with
plugins (hard disable -fomit-frame-pointer).
modified:
SConstruct
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'SConstruct'
--- SConstruct 2012-11-02 22:23:18 +0000
+++ SConstruct 2012-11-05 00:44:33 +0000
@@ -22,7 +22,7 @@
gcc_flags = {
'common': ['-g', '-Wall', '-Wextra', '-Wno-unused-parameter', '-Wno-unused-value', '-Wno-missing-field-initializers', '-Wno-address', '-Wno-unknown-pragmas', '-Wno-format', '-fexceptions', '-mthreads'],
'debug': [],
- 'release' : ['-O3', '-fno-ipa-cp-clone', '-mwindows']
+ 'release' : ['-O3', '-fno-omit-frame-pointer', '-fno-ipa-cp-clone', '-mwindows']
}
gcc_xxflags = {
_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help : https://help.launchpad.net/ListHelp