I'm not really familiar with CMake at all but I got the task to clean-up the CXXFlags that are used (-O2 and -O3).
The Log prints out: "USING CXXFLAGS = '-g -O2 -fdebug-prefix-map=/build/cgal-ZyilPF/cgal-4.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -frounding-math -O3 -DNDEBUG'"
I've found out that -O2 and -O3 are for optimization, but I wonder how it is possible that both are used?