Revision: 22878
Author: [email protected]
Date: Tue Aug 5 13:58:11 2014 UTC
Log: Unbreak build with clang.
It's unclear whether it's a clang bug or our code is wrong, to be
verified later...
[email protected]
Review URL: https://codereview.chromium.org/438323002
http://code.google.com/p/v8/source/detail?r=22878
Modified:
/branches/bleeding_edge/build/standalone.gypi
=======================================
--- /branches/bleeding_edge/build/standalone.gypi Tue Aug 5 13:23:55 2014
UTC
+++ /branches/bleeding_edge/build/standalone.gypi Tue Aug 5 13:58:11 2014
UTC
@@ -216,8 +216,7 @@
or OS=="netbsd"', {
'target_defaults': {
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
- '-Wno-long-long', '-pthread', '-fno-exceptions',
- '-pedantic' ],
+ '-Wno-long-long', '-pthread', '-fno-exceptions' ],
'cflags_cc': [ '-Wnon-virtual-dtor', '-fno-rtti', '-std=gnu++0x' ],
'ldflags': [ '-pthread', ],
'conditions': [
--
--
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.