LayerManagement: enabled "profiling" build setting for GCC
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 10 May 2012 12:37:50 +0000 (14:37 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 10 May 2012 12:37:50 +0000 (14:37 +0200)
commit9afd13808aba75a54398a8533a00e0d852e8d179
tree7a8118087442ddc2f6351a5528df274f19d5903f
parent109e31e7de688c668a268a1c00c8a950546c2920
LayerManagement: enabled "profiling" build setting for GCC

If LayerManagement is build on a GCC-based platform, an additional
build setting named 'profiling' is available.
Building with this setting results in intrumented versions.
The result can be used with gprof-based tools.
cmake/optionalFeatures/CMakeLists.txt
cmake/optionalFeatures/profiling/CMakeLists.txt [new file with mode: 0644]