summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.