aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorCiro Santilli 六四事件 法轮功 包卓轩 <ciro.santilli@gmail.com>2016-06-16 18:45:39 +0200
committertgingold <tgingold@users.noreply.github.com>2016-06-16 18:45:39 +0200
commit79854e18349bb32c1fcda32614bea77aa92857cc (patch)
tree654c246ef6312a782d8b8a6cdd4ad1768a1c3a97 /BUILD.txt
parent7d3b9baadb72cd4b5989214af309045d7bc1154c (diff)
downloadghdl-79854e18349bb32c1fcda32614bea77aa92857cc.tar.gz
ghdl-79854e18349bb32c1fcda32614bea77aa92857cc.tar.bz2
ghdl-79854e18349bb32c1fcda32614bea77aa92857cc.zip
Typo debugger -> debugged in BUILD.txt (#79)
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 91bd2f9df..29dcf7425 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -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)