gnu: subread: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (subread)[arguments]: Add -fcommon to flags.master
parent
417299f004
commit
aa25c9b1a4
|
@ -7313,7 +7313,7 @@ sequences.")
|
|||
(%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}\\\""))
|
||||
|
|
Reference in New Issue