Created
March 19, 2014 09:23
-
-
Save ds-hwang/9638319 to your computer and use it in GitHub Desktop.
icecc gcc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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