Skip to content
Snippets Groups Projects
Unverified Commit 5ddf98da authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: inputattach: Build with -O2.

* gnu/packages/linux.scm (inputattach)[arguments]: Pass "-O2" to GCC.
parent 97ab799a
No related branches found
No related tags found
No related merge requests found
...@@ -5213,7 +5213,7 @@ (define-public inputattach ...@@ -5213,7 +5213,7 @@ (define-public inputattach
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment