Skip to content

Enable optimization by default

Andrey Popov requested to merge build-type into master

Fix #19 (closed). See details in the commit message and the issue. Only CMake configuration is affected.

To enable the optimization in an existing build tree, do

cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j 4

or just remove the content of directory build and follow the usual instructions from the main README.

Edited by Andrey Popov

Merge request reports