diff options
| author | Yelninei <yelninei@tutamail.com> | 2025-11-11 19:54:08 +0000 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2026-03-06 19:16:39 +0100 |
| commit | ee57cd675232c04f8db4cab18af8e51c0ed1ecf0 (patch) | |
| tree | 34228b16f3b8549cf627774e0379ee033b82f0c1 /gnu/packages/version-control.scm | |
| parent | feeea7aef2f06ff0421ea57e2da45f352f5e4dd9 (diff) | |
gnu: git-minimal: Remove gcc-14 relaxation CFLAGS.
* gnu/packages/version-control.scm (git-minimal): Remove flags for gcc-14.
Change-Id: I3a6e53225dd44f1a421aef61e9a04c5ba4863aec
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index c69650f7a79..7e982cdbef9 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -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) |
