You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most build systems I've used have a way of saying "make me a debug version of this thing and all of its dependency libraries", which usually means debug friendly optimization flags like -O0/-Og, maybe -g3, and not stripping any of the binaries, etc. Can anyone explain how to pull this off with cebero so that all of the executables and libraries compile with debug friendly flags?
The text was updated successfully, but these errors were encountered:
Most build systems I've used have a way of saying "make me a debug version of this thing and all of its dependency libraries", which usually means debug friendly optimization flags like -O0/-Og, maybe -g3, and not stripping any of the binaries, etc. Can anyone explain how to pull this off with cebero so that all of the executables and libraries compile with debug friendly flags?
The text was updated successfully, but these errors were encountered: