Revision: 24798
Author:   [email protected]
Date:     Wed Oct 22 09:37:42 2014 UTC
Log:      Disable libstdc++ debug mode on x64 for now.

[email protected]
https://code.google.com/p/v8/source/detail?r=24798

Modified:
 /branches/bleeding_edge/build/standalone.gypi

=======================================
--- /branches/bleeding_edge/build/standalone.gypi Wed Oct 22 08:12:17 2014 UTC +++ /branches/bleeding_edge/build/standalone.gypi Wed Oct 22 09:37:42 2014 UTC
@@ -137,7 +137,7 @@
       'DebugBaseCommon': {
         'cflags': [ '-g', '-O0' ],
         'conditions': [
- ['(v8_target_arch=="ia32" or v8_target_arch=="x64" or v8_target_arch=="x87") and \
+          ['(v8_target_arch=="ia32" or v8_target_arch=="x87") and \
             OS=="linux"', {
             'defines': [
               '_GLIBCXX_DEBUG'

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to