summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2012-10-17 13:50:11 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2012-10-17 13:50:11 +0000
commit3e99bccc7790172a7665f027f783d7185def4452 (patch)
tree8302ce45eb9035a561a9a90297e3fe54687b450e /README
parentafdd3f4a398489568a08b50b0b004b8ff810d2d4 (diff)
downloadefl-3e99bccc7790172a7665f027f783d7185def4452.tar.gz
efl: add --with-profile=debug, make dev faster.
seems the debug of threads and stringshare could cause major slowdowns, then add another profile to produce debug. Changes: * dev: unlimited log. * debug: same as dev with debug malloc, threads and stringshare. SVN revision: 78120
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 01a69236fd..b56febcef3 100644
--- a/README
+++ b/README
@@ -23,8 +23,9 @@ EFL build is based on "profiles". It will default to "dev" for
unreleased software and "release" for official tarballs. One can
change it with --with-profile=NAME, where NAME is one of:
- * dev: debug features, assert() and extra checks useful to test
- software.
+ * dev: extra checks useful to test software.
+
+ * debug: superset of dev, with debug features and assert().
* release: optimizations and less checks so it runs faster.