diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-17 13:50:11 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-17 13:50:11 +0000 |
commit | 3e99bccc7790172a7665f027f783d7185def4452 (patch) | |
tree | 8302ce45eb9035a561a9a90297e3fe54687b450e /README | |
parent | afdd3f4a398489568a08b50b0b004b8ff810d2d4 (diff) | |
download | efl-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-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |