|
|
|
|
|
by turol
456 days ago
|
|
> Right, my humor there was that I'm assuming people specifically did non-debug flags for the build as an optimization. It used to be the case that the presence of debug symbols would affect GCC code generation. Nowadays that should be fixed. I think it still affects the speed of compilation so if you're building the whole system from source you might want to avoid it. |
|