mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Update Development.md
Fix spelling
This commit is contained in:
parent
17daa82bb9
commit
c9f715a05f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue