Last active
March 16, 2024 01:55
-
-
Save peterli888/81ab25e4c1c28d7609636409ffb35f18 to your computer and use it in GitHub Desktop.
编译 v8 错误 core.deltaBaseCacheLimit=2g
This file contains 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
编译 v8 core.deltaBaseCacheLimit=2g 错误 | |
修改 depot_tools/gclient_utils.py | |
return '512m' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
export GYP_CHROMIUM_NO_ACTION=0
才会进行gyp的hook操作
也可以 gclient runhooks
遇到 /usr/include/features.h:374:12: fatal error: 'sys/cdefs.h' file not found
sudo apt-get install libclang-dev clang
sudo apt-get install lib32ncurses5 lib32stdc++6
sudo apt-get install gcc-multilib g++-multilib