diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-04-18 23:10:06 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-04-18 23:10:06 +0200 |
commit | a0089df0be6be1ba06a70b1f03a23f992801ef97 (patch) | |
tree | 3c7f4d59732f5f7c18169a9317042e1714008b55 | |
parent | b710a261625693a82d75170e2d61439db48dae65 (diff) |
qemu: remove docs
-rw-r--r-- | qemu.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -181,6 +181,7 @@ (string-append "--smbd=" out "/libexec/samba-wrapper") "--disable-debug-info" ;for space considerations ;; The binaries need to be linked against -lrt. + "--disable-docs" ;; They now explode for some reason (string-append "--extra-ldflags=-lrt"))) ;; Make build and test output verbose to facilitate investigation upon failure. #:make-flags #~'("V=1") |