diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T19·51+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T19·51+0000 |
commit | 812b5a30ecc9d8f78b54644b37c5c2c4375555bc (patch) | |
tree | 358d1867b50bb89b50217271e23f84178c09edf6 /Makefile.config.in | |
parent | ea2f7df5fac0b319b82a4a33ba8b992737fa8c56 (diff) |
Add a Makefile variable for enabling debug info
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 45fb74c91184..bfe3deab9a6f 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -1,3 +1,4 @@ +BUILD_DEBUG = 1 CC = @CC@ CFLAGS = @CFLAGS@ CXX = @CXX@ |