diff options
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4eddaf9cc0..fad3e80ac4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -914,7 +914,8 @@ feedback support.") `(#:tests? #f ;no test #:make-flags (list ,(string-append "CC=" (cc-for-target)) - (string-append "DESTDIR=" (assoc-ref %outputs "out"))) + (string-append "DESTDIR=" (assoc-ref %outputs "out")) + "CFLAGS=-g -O2 -Wno-error=implicit-int") #:phases (modify-phases %standard-phases (replace 'configure |