Commit af3de27f authored by earthdok's avatar earthdok Committed by Commit bot

libc++: Suppress a compiler warning when building yasm.

BUG=358678
R=hclam@chromium.org

Review URL: https://codereview.chromium.org/983143004

Cr-Commit-Position: refs/heads/master@{#319825}
parent 3cc9f0ac
......@@ -56,6 +56,10 @@
'version_file': 'version.mac', # Generated by genversion.
'genmodule_source': 'genmodule_outfile.c',
},
'target_defaults': {
# Silence warnings in libc++ builds (C code doesn't need this flag).
'ldflags!': [ '-stdlib=libc++', ],
},
'targets': [
{
'target_name': 'yasm',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment