Commit graph

8 commits

Author SHA1 Message Date
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
Geoff R. McLane 35c8a12a8f add /usr to build-me.sh 2015-04-25 19:19:24 +02:00
Geoff R. McLane cb85793ede add some options to build-me.sh script 2015-04-02 13:54:44 +02:00
Geoff R. McLane ebc8dce0aa remove development stuff from build script 2015-02-12 13:32:30 +01:00
Geoff R. McLane d2cc284456 allow additional commands 2015-02-07 15:50:00 +01:00
Geoff R. McLane aeb74e9238 set install to local folder for testing 2014-08-06 14:38:21 +02:00
Geoff R. McLane db0770ab8b default to shared library for unix 2014-08-06 12:51:04 +02:00
Geoff R. McLane 50e2e56703 minor tweak for linux build 2014-08-04 16:53:21 +02:00