about summary refs log tree commit diff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm8
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