Revision: 24794
Author:   [email protected]
Date:     Wed Oct 22 08:12:17 2014 UTC
Log:      Enable libstdc++ debug mode in debug builds.

For now it's only enabled on Linux/Intel.

[email protected]
BUG=v8:3638
LOG=y

Review URL: https://codereview.chromium.org/650013006
https://code.google.com/p/v8/source/detail?r=24794

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

=======================================
--- /branches/bleeding_edge/build/standalone.gypi Mon Oct 20 04:16:06 2014 UTC +++ /branches/bleeding_edge/build/standalone.gypi Wed Oct 22 08:12:17 2014 UTC
@@ -136,6 +136,14 @@
     'configurations': {
       'DebugBaseCommon': {
         'cflags': [ '-g', '-O0' ],
+        'conditions': [
+ ['(v8_target_arch=="ia32" or v8_target_arch=="x64" or v8_target_arch=="x87") and \
+            OS=="linux"', {
+            'defines': [
+              '_GLIBCXX_DEBUG'
+            ],
+          }],
+        ],
       },
       'Optdebug': {
         'inherit_from': [ 'DebugBaseCommon', 'DebugBase2' ],

--
--
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