Only generate debug info when in --debug mode (or asked).

This commit is contained in:
Ben Vanik
2013-12-22 09:50:31 -08:00
parent c92142ca02
commit de6dc92663
10 changed files with 43 additions and 7 deletions

View File

@@ -12,6 +12,11 @@
#include <alloy/core.h>
#include <gflags/gflags.h>
DECLARE_bool(debug);
namespace alloy {