aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-06-02 20:05:54 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-06-02 20:05:54 +0200
commit09b83d718a1edaa10d6947dcba5e4093637a88b8 (patch)
tree1233fea8eb4dff34c3fcb2017864b0d0e7f84a1d
parent8c4f55260d0715935e2ed59c2a88f0715bb9661d (diff)
Clarify --enable-rtfl option description
Make more clear that it is not needed for normal use and will slow down the browser.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e4425843..7e41860c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ AC_ARG_ENABLE([threaded-dns],
[enable_threaded_dns=yes])
AC_ARG_ENABLE([rtfl],
- [AS_HELP_STRING([--enable-rtfl], [Build with RTFL messages (for debugging rendering)])],
+ [AS_HELP_STRING([--enable-rtfl], [Print low-level RTFL messages for debugging the renderer (very large slowdown)])],
[enable_rtfl=$enableval],
[enable_rtfl=no])