diff options
author | Ciro Santilli 六四事件 法轮功 包卓轩 <ciro.santilli@gmail.com> | 2016-06-16 18:45:39 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2016-06-16 18:45:39 +0200 |
commit | 79854e18349bb32c1fcda32614bea77aa92857cc (patch) | |
tree | 654c246ef6312a782d8b8a6cdd4ad1768a1c3a97 | |
parent | 7d3b9baadb72cd4b5989214af309045d7bc1154c (diff) | |
download | ghdl-79854e18349bb32c1fcda32614bea77aa92857cc.tar.gz ghdl-79854e18349bb32c1fcda32614bea77aa92857cc.tar.bz2 ghdl-79854e18349bb32c1fcda32614bea77aa92857cc.zip |
Typo debugger -> debugged in BUILD.txt (#79)
-rw-r--r-- | BUILD.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Here is a short comparaison: * gcc: + generated code is faster (particularly with -O or -O2) -+ generated code can be debugger (with -g) ++ generated code can be debugged (with -g) + the output is an executable + ported to many platforms (x86, x86_64, powerpc, sparc) - analyze can takes time (particularly for big units) |