diff options
author | Max Horn | 2010-03-24 23:19:42 +0000 |
---|---|---|
committer | Max Horn | 2010-03-24 23:19:42 +0000 |
commit | 1eda07f5242189e1d2be2869c118fce7833a7c4f (patch) | |
tree | 4c9e75c0c6252df197fc62c364f79a507f58b3c5 | |
parent | ed6602502f0f9fc602276060b5dd6e65dcfd1fd0 (diff) | |
download | scummvm-rg350-1eda07f5242189e1d2be2869c118fce7833a7c4f.tar.gz scummvm-rg350-1eda07f5242189e1d2be2869c118fce7833a7c4f.tar.bz2 scummvm-rg350-1eda07f5242189e1d2be2869c118fce7833a7c4f.zip |
configure: document --enable-release and --enable-profiling
svn-id: r48399
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -600,6 +600,8 @@ $engines_help Optional Features: --disable-debug disable building with debugging symbols --enable-Werror treat warnings as errors + --enable-release enable building in release mode (this activates optimizations) + --enable-profiling enable profiling --enable-plugins enable the support for dynamic plugins --default-dynamic make plugins dynamic by default --disable-mt32emu don't enable the integrated MT-32 emulator |