gnu: inputattach: Build with -O2.
* gnu/packages/linux.scm (inputattach)[arguments]: Pass "-O2" to GCC.
This commit is contained in:
parent
97ab799afe
commit
5ddf98dadd
|
@ -5213,7 +5213,7 @@ have to construct the archives directly, without using the archiver.")
|
||||||
(with-directory-excursion "inputattach"
|
(with-directory-excursion "inputattach"
|
||||||
(invoke (string-append (assoc-ref inputs "gcc")
|
(invoke (string-append (assoc-ref inputs "gcc")
|
||||||
"/bin/gcc")
|
"/bin/gcc")
|
||||||
"-o" "inputattach" "inputattach.c"))
|
"-O2" "-o" "inputattach" "inputattach.c"))
|
||||||
#t))
|
#t))
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in New Issue