From c9f715a05f64d2969edbc4b6ff51340e917d8f58 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 27 Sep 2019 22:16:06 -0400 Subject: [PATCH] Update Development.md Fix spelling --- docs/Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Development.md b/docs/Development.md index f3ca53b7..abb64bab 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -50,7 +50,7 @@ This confirms that the compiler - with any changes - can still be built from sou ## Debugging the Runtime -Cyclone should never segfault unless there is a bug in the runtime/compiler. To debug a segfault using the C compiler's tools, first rebuilt Cyclone with debugging turned on. With GCC, you can do this by changing two lines at the top of `Makefile.config` to use the `-g` option instead of `-O2`. +Cyclone should never segfault unless there is a bug in the runtime/compiler. To debug a segfault using the C compiler's tools, first rebuild Cyclone with debugging turned on. With GCC, you can do this by changing two lines at the top of `Makefile.config` to use the `-g` option instead of `-O2`. For example: