mirror of
https://abf.rosa.ru/djam/firefox-esr78.git
synced 2025-02-24 18:22:47 +00:00
force memory efficient linking
This commit is contained in:
parent
3f25ca536a
commit
b5064cbdc6
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ EOF
|
|||
|
||||
perl -p -i -e 's|\-0|\-9|g' config/make-jars.pl
|
||||
|
||||
export LDFLAGS="%{ldflags}"
|
||||
# force memory efficient linking
|
||||
export LDFLAGS="%{ldflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads""
|
||||
./mach build
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue