mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: subread: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (subread)[arguments]: Add -fcommon to flags.
This commit is contained in:
parent
417299f004
commit
aa25c9b1a4
1 changed files with 1 additions and 1 deletions
|
@ -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}\\\""))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue