diff --git a/guile/guix/make.scm b/guile/guix/make.scm index f4d78215..15134ca1 100644 --- a/guile/guix/make.scm +++ b/guile/guix/make.scm @@ -1,7 +1,7 @@ ;;; -*-scheme-*- ;;; Mes --- Maxwell Equations of Software -;;; Copyright © 2017 Jan Nieuwenhuizen +;;; Copyright © 2017,2018 Jan Nieuwenhuizen ;;; ;;; This file is part of Mes. ;;; @@ -350,6 +350,7 @@ (define %C32-FLAGS '("--std=gnu99" "-O0" + "-fno-stack-protector" "-g" "-m32" "-I" "src"