gnu: inputattach: Build with -O2.

* gnu/packages/linux.scm (inputattach)[arguments]: Pass "-O2" to GCC.
master
Ludovic Courtès 2019-03-18 10:21:50 +01:00
parent 97ab799afe
commit 5ddf98dadd
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -5213,7 +5213,7 @@ have to construct the archives directly, without using the archiver.")
(with-directory-excursion "inputattach"
(invoke (string-append (assoc-ref inputs "gcc")
"/bin/gcc")
"-o" "inputattach" "inputattach.c"))
"-O2" "-o" "inputattach" "inputattach.c"))
#t))
(delete 'check)
(replace 'install