Danny Robson
6576747031
optimsation: prefer -O0 over -Og
Og optimises out too many variables to be useful in a large percentages of the cases. Instead use O0. If we need to revert to Og we'll instead introduce a new flag.
Description
No description provided
Languages
CMake
98.1%
C++
1.9%