Index: drlvm/trunk/build/make/win.properties =================================================================== --- drlvm/trunk/build/make/win.properties (revision 417513) +++ drlvm/trunk/build/make/win.properties (working copy) @@ -96,7 +96,7 @@ # http.proxyPort= # Default building mode, either release or debug -BUILD_CFG=release +BUILD_CFG=debug # Default C compiler, either icl or msvc CXX=msvc Index: drlvm/trunk/build/make/lnx.properties =================================================================== --- drlvm/trunk/build/make/lnx.properties (revision 417513) +++ drlvm/trunk/build/make/lnx.properties (working copy) @@ -96,7 +96,7 @@ # http.proxyPort= # Default building mode, either release or debug -BUILD_CFG=release +BUILD_CFG=debug # Default C compiler, either icc or gcc CXX=gcc