diff options
| author | Pjotr Prins | 2025-11-25 17:28:32 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-25 17:28:32 +0100 |
| commit | c9824193dd3fd6ff398942885f110b27d8b646a0 (patch) | |
| tree | 1659c78b4c57d9016f3e2ffc7a873615f1092dea /guix.scm | |
| parent | be88d7a399660f3c4ddd6bce502f5b39c61b3298 (diff) | |
| download | pangemma-c9824193dd3fd6ff398942885f110b27d8b646a0.tar.gz | |
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm index 6dcaa29..23b7583 100644 --- a/guix.scm +++ b/guix.scm @@ -5,9 +5,13 @@ ;; ;; To get a development container (e.g., run in emacs shell). ;; +;; guix shell -C -D -F -v 3 -L . pangemma-shell-git # pangemma-shell-git +;; +;; optimized for arch: +;; ;; guix shell --tune=native -C -D -F -v 3 -L . pangemma-shell-git # pangemma-shell-git ;; -;; see premake5.lua header for examples. +;; see premake5.lua header for examples. ;; ;; guix shell -C -D -F -v 3 -L . gemma-git # for specific packages ;; @@ -75,7 +79,7 @@ #:substitutable? (not (target-ppc32?)) #:make-flags #~(list (string-append "PREFIX=" #$output) - (string-append "CFLAGS=-O3 -g -Wno-error -Wno-error=implicit-function-declaration") + (string-append "CFLAGS=-O3 -g -Wno-incompatible-pointer-types -Wno-error=implicit-function-declaration") "SHELL=bash" "MAKE_NB_JOBS=0" ;use jobserver for submakes |
