gnu: subread: Pass -fcommon to compiler.

* gnu/packages/bioinformatics.scm (subread)[arguments]: Add -fcommon to flags.
This commit is contained in:
Ricardo Wurmus 2021-12-07 12:54:48 +01:00
parent 417299f004
commit aa25c9b1a4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7313,7 +7313,7 @@ (define-public subread
(%current-system)))
(flags '("-ggdb" "-fomit-frame-pointer"
"-ffast-math" "-funroll-loops"
"-fmessage-length=0"
"-fmessage-length=0" "-fcommon"
"-O9" "-Wall" "-DMAKE_FOR_EXON"
"-DMAKE_STANDALONE"
"-DSUBREAD_VERSION=\\\"${SUBREAD_VERSION}\\\""))