force memory efficient linking

This commit is contained in:
Алзим 2018-06-27 19:57:38 +03:00
parent 3f25ca536a
commit b5064cbdc6

View file

@ -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