tidy-html5/build/cmake
Geoff R. McLane 4293c8cc3e Add setting the CMAKE_BUILD_TYPE to build-me.sh.
The default MUST set -DCMAKE_BUILD_TYPE=Release - without this addition
the -DNDEBUG compiler flag is NOT set, leaving 'asserts' in the code.

Asserts are good and necessary for a Debug version, for testing, but
with their brutal abort on error should NOT really be in Release code
IMHO.

And after all this is ONLY in a 'sample' build-me.sh script. Users
are free to use whatever options they desire in their own build of
tidy, and frequently do.
2015-04-29 18:29:22 +02:00
..
.gitignore update .gitignore to ignore more built components 2015-04-25 18:45:18 +02:00
build-bins.bat add convenient binary build batch files 2015-04-25 19:17:27 +02:00
build-me.bat add install to build me batch 2015-03-08 12:46:00 +01:00
build-me.sh Add setting the CMAKE_BUILD_TYPE to build-me.sh. 2015-04-29 18:29:22 +02:00
cmake-clean.txt add cpack built to clean up 2015-03-08 12:34:21 +01:00
updexe.bat add convenient updexe.bat, until install used... 2015-01-27 18:09:32 +01:00