Index: generate_gypi.sh |
diff --git a/generate_gypi.sh b/generate_gypi.sh |
index 94af07154c2eda3b7766cac759c1dcef2a47ca1e..50a1501f809f2bc33deb2c883223ff2faeb4b77f 100755 |
--- a/generate_gypi.sh |
+++ b/generate_gypi.sh |
@@ -123,6 +123,9 @@ function write_target_definition { |
echo " 'EnableEnhancedInstructionSet': '5', # /arch:AVX2" >> "$2" |
echo " }," >> "$2" |
echo " }," >> "$2" |
+ echo " # TODO(pcc): Remove this once we properly support subtarget specific" >> "$2" |
+ echo " # code generation in LLVM (http://llvm.org/PR19416)." >> "$2" |
+ echo " 'cflags!': [ '-flto' ]," >> "$2" |
elif [[ $4 == ssse3 || $4 == sse4.1 ]]; then |
echo " 'conditions': [" >> "$2" |
echo " ['OS==\"win\" and clang==1', {" >> "$2" |