]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- enable lto
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Jul 2011 17:05:41 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mksh.spec -> 1.32

mksh.spec

index 345682573f76c43790420ab6bc7354c2244d55aa..b9ef49d61de3306e4001f6c985a5b3ae8f78cec6 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -93,7 +93,7 @@ install -d out
 CC="%{__cc}" \
 CFLAGS="%{rpmcppflags} %{rpmcflags}" \
 LDFLAGS="%{rpmldflags}" \
-sh ./Build.sh -Q -r -j
+sh ./Build.sh -Q -r -j -c lto
 
 # skip some tests if not on terminal
 if ! tty -s; then
@@ -107,7 +107,7 @@ mv mksh out/mksh.dynamic
 CC="%{__cc}" \
 CFLAGS="%{rpmcppflags} %{rpmcflags}" \
 LDFLAGS="%{rpmldflags} -static" \
-sh ./Build.sh -Q -r -j
+sh ./Build.sh -Q -r -j -c lto
 
 %{?with_tests:./test.sh -v $skip_tests}
 mv mksh out/mksh.static
This page took 0.039289 seconds and 4 git commands to generate.