mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: git-minimal: Remove gcc-14 relaxation CFLAGS.
* gnu/packages/version-control.scm (git-minimal): Remove flags for gcc-14. Change-Id: I3a6e53225dd44f1a421aef61e9a04c5ba4863aec
This commit is contained in:
committed by
Janneke Nieuwenhuizen
parent
feeea7aef2
commit
ee57cd6752
@@ -349,10 +349,7 @@ Python 3.3 and later, rather than on Python 2.")
|
||||
;; By default 'make install' creates hard links for
|
||||
;; things in 'libexec/git-core', which leads to huge
|
||||
;; nars; see <https://bugs.gnu.org/21949>.
|
||||
"NO_INSTALL_HARDLINKS=indeed"
|
||||
#$@(if (or (target-hurd64?) (%current-target-system))
|
||||
#~("-Wno-error=implicit-function-declaration")
|
||||
#~()))
|
||||
"NO_INSTALL_HARDLINKS=indeed")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
#$@(if (%current-target-system)
|
||||
|
||||
Reference in New Issue
Block a user