Skip to content

Instantly share code, notes, and snippets.

@ds-hwang
Created March 19, 2014 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ds-hwang/9638319 to your computer and use it in GitHub Desktop.
Save ds-hwang/9638319 to your computer and use it in GitHub Desktop.
icecc gcc
diff --git a/build/common.gypi b/build/common.gypi
index 03ec5df..2b4c302 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3109,7 +3109,7 @@
}],
# http://gcc.gnu.org/wiki/DebugFission
# Requires gold and gcc >= 4.8 or clang.
- ['linux_use_gold_flags==1 and (clang==1 or gcc_version>=48) and binutils_version>=223', {
+ ['linux_use_gold_flags==1 and (clang==1 or gcc_version>=49) and binutils_version>=223', {
'cflags': ['-gsplit-dwarf'],
'ldflags': ['-Wl,--gdb-index'],
}],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment