mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-16 11:02:04 +02:00
sdk profile: Disable FEATURES="splitdebug"
We don't include -g in the SDK CFLAGS, so don't waste time and space on splitdebug. Other compilers like Rust still generate debug symbols, but we don't need these either. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
d9391b9e34
commit
17e7ec0a07
@ -2,6 +2,11 @@ FLATCAR_TYPE=sdk
|
||||
|
||||
USE="cros_host expat man -pam"
|
||||
|
||||
# We don't include -g in the SDK CFLAGS, so don't waste time and space on
|
||||
# splitdebug. Other compilers like Rust still generate debug symbols, but we
|
||||
# don't need these either.
|
||||
FEATURES="-splitdebug"
|
||||
|
||||
# Enable CPU architectures needed by Rust builds
|
||||
LLVM_TARGETS="X86 AArch64"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user