blob: b83ba426e780a524ffe44d8bc4d8baec51d73db5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Some components have debug data and workdirs that are simply too large to be useful
# in general builds. Disable or reduce debugging for these cases to improve disk usage
# and build speed.
# With -g, llvm workdir is 40GB, llvm-staticdev is 1.3GB, llvm-dbg is 1GB
DEBUG_LEVELFLAG:pn-clang = ""
DEBUG_LEVELFLAG:pn-clang-native = ""
DEBUG_LEVELFLAG:pn-nativesdk-clang = ""
# With -g, qemu workdir is 10GB, qemu-dbg is 363MB
DEBUG_LEVELFLAG:pn-qemu = ""
|