mkcsrc: temporally disable stacktrace (libunwind) for c_src
authorJean Privat <jean@pryen.org>
Fri, 6 Feb 2015 11:49:34 +0000 (18:49 +0700)
committerJean Privat <jean@pryen.org>
Fri, 6 Feb 2015 11:49:34 +0000 (18:49 +0700)
Signed-off-by: Jean Privat <jean@pryen.org>

src/mkcsrc

index de71f37..e1f43cc 100755 (executable)
@@ -3,7 +3,7 @@
 # Regeneration of c_src from the current nitc
 
 rm -r ../c_src
-./nitc nith.nit --semi-global --compile-dir ../c_src --output ../c_src/nitg --no-cc
+./nitc nith.nit --stacktrace none --semi-global --compile-dir ../c_src --output ../c_src/nitg --no-cc
 
 # Remove old compilation flags
 sed -i -e 's/OLDNITCOPT=.*/OLDNITCOPT=/' Makefile