Disable RTTI
authorMarkus Goetz <markus@woboq.com>
Fri, 13 Jan 2017 15:24:18 +0000 (16:24 +0100)
committerMarkus Goetz <markus@woboq.com>
Tue, 17 Jan 2017 13:52:10 +0000 (14:52 +0100)
commit85d3de15898385a06b2f34479e875c885e5df6be
tree0fa68c77d17a77c842c6339ca07718d1f929cced
parent588a88fb63f1a4265d180c3dabf668aeee6cf1d8
Disable RTTI

Shrinks owncloud binary by 24 KB and libowncloudsync by 14 KB.
I don't know if it has influence on memory usage or runtime speed though.

Was worth a try.
src/cmd/CMakeLists.txt
src/gui/CMakeLists.txt
src/gui/sharelinkwidget.cpp
src/libsync/CMakeLists.txt
test/CMakeLists.txt