aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-03-30 17:53:10 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2018-03-30 17:53:10 -0400
commitec69e3059be2127443ae8b3ef068ac975f73fff4 (patch)
treeafe36d36f764664ffefda90456a6b10584f8f4f5 /FAQ.md
parent4f89c48f0e1001a6f1de41f63cbe3a636da98aad (diff)
downloadtextadept-ec69e3059be2127443ae8b3ef068ac975f73fff4.tar.gz
textadept-ec69e3059be2127443ae8b3ef068ac975f73fff4.zip
Updated FAQ.
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/FAQ.md b/FAQ.md
index b7ecf567..188c0ce9 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -25,9 +25,10 @@ Each download contains 4 executables: 2 GUI versions and 2 terminal versions
(each version uses either Lua or LuaJIT). Furthermore, the Windows and OSX
packages bundle in GTK+ runtimes, accounting for some 3/4 of the total
application size. (GTK+ is the cross-platform GUI toolkit Textadept uses.)
-Finally, starting in version 10, in order to be able to run on older Linux
-systems whose libstdc++ does not support newer C++11 symbols, the Linux
-executables statically link in a newer version of libstdc++.
+Then, starting in version 10, in order to be able to run on older Linux systems
+whose libstdc++ does not support newer C++11 symbols, the Linux executables
+statically link in a newer version of libstdc++. Finally, nightly builds are
+compiled with debug symbols enabled in order to aid debugging of various issues.
- - -