gnu: kyotocabinet: Disable CPU optimizations.

* gnu/packages/databases.scm (kyotocabinet)<#:configure-flags>: Add "--disable-opt".
master
Marius Bakke 2017-06-17 15:05:03 +02:00
parent 9b1343192e
commit 9d59023e6a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -1218,6 +1218,7 @@ sets, bitmaps and hyperloglogs.")
(arguments
`(#:configure-flags
(list
"--disable-opt" ;"-march=native". XXX this also turns off -O0.
(string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib"))))
(inputs `(("zlib" ,zlib)))