EricssonResearch / cerbero

OpenWebRTC cerbero fork
GNU Lesser General Public License v2.1
19 stars 58 forks source link

How to build a debug variant? #34

Open AndrewJDR opened 8 years ago

AndrewJDR commented 8 years ago

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?