# Greetings From Bern, Switzerland #
There are people who think Switzerland = Sweden. Sometimes you confuse Switzerland with Swasiland (mostly when choosing your homeland in the IT world :D). But Zwitserland, well….
To tell the compiler to print warnings, add debugging symbols and profiling code add the following line to your
1
CMakeLists.txt
set(CMAKE_CXX_FLAGS "-Wall -g -pg")
as usual
-Wall
-g
-pg
View All Photos