mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
modules/bash: Remove debug info from binary
Add -g0 to CFLAGS Add -s to LDFLAGS Signed-off-by: Daniel Pineda <daniel.pineda@puri.sm>
This commit is contained in:
parent
8ff4b9a51b
commit
31e122443c
@ -7,7 +7,7 @@ bash_tar := bash-$(bash_version).tar.gz
|
||||
bash_url := https://ftpmirror.gnu.org/bash/$(bash_tar)
|
||||
bash_hash := 5bac17218d3911834520dad13cd1f85ab944e1c09ae1aba55906be1f8192f558
|
||||
|
||||
bash_configure := CFLAGS=-Os ./configure \
|
||||
bash_configure := CFLAGS="-g0 -Os" LDFLAGS="-s" ./configure \
|
||||
$(CROSS_TOOLS) \
|
||||
--host $(target) \
|
||||
--prefix="/usr" \
|
||||
|
Loading…
Reference in New Issue
Block a user