| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3cbfde1 commit bec959e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1378,6 +1378,9 @@ | |||
| 1378 | 1378 | '<(V8_ROOT)/src/heap/base/worklist.h', | |
| 1379 | 1379 | ], | |
| 1380 | 1380 | 'conditions': [ | |
| 1381 | + ['enable_lto=="true"', { | ||
| 1382 | + 'cflags_cc': [ '-fno-lto' ], | ||
| 1383 | + }], | ||
| 1381 | 1384 | ['clang or OS!="win"', { | |
| 1382 | 1385 | 'conditions': [ | |
| 1383 | 1386 | ['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"', { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments