GNOME Bugzilla – Bug 772879
Remove cmake non-standard DEBUG option
Last modified: 2016-10-22 00:19:05 UTC
Instead of having a custom DEBUG option, we should use standard cmake policies, eg: > cmake . -DCMAKE_BUILD_TYPE=Debug
Created attachment 337650 [details] [review] patch proposal v1
Created attachment 337651 [details] [review] patch proposal v2
Pacho, I just CC'ed you on this because of Bug 751556 that you previously reported. Would this approach help out with your packaging at all?
Well, as it looks to stop appending -g that would help for sure :)
Review of attachment 337651 [details] [review]: Okay, great. This has been pushed to master as commit b54a148. Thanks Gautier! Pacho, you should now be able to set the appropriate CMake var to get a debug-less build now.