From: Jean Privat Date: Fri, 20 Jun 2014 19:39:16 +0000 (-0400) Subject: Makefile: use `--no-stacktrace` on c_src/nitg to deal with the -lunwind issue on... X-Git-Tag: v0.6.6~20^2~3 X-Git-Url: http://nitlanguage.org Makefile: use `--no-stacktrace` on c_src/nitg to deal with the -lunwind issue on MacOSX --- diff --git a/src/Makefile b/src/Makefile index 211287d..f76586e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,7 @@ nitg_0: ../c_src/nitg parser/parser.nit @echo '* Compile nitg_0 from NIT source files *' @echo '***************************************************************' ./git-gen-version.sh - ../c_src/nitg ${NITCOPT} -o nitg_0 -v nitg.nit + ../c_src/nitg ${NITCOPT} --no-stacktrace -o nitg_0 -v nitg.nit ../bin/nitg: nitg_0 parser/parser.nit @echo '***************************************************************'