Add a Makefile variable for enabling debug info
This commit is contained in:
parent
ea2f7df5fa
commit
812b5a30ec
2 changed files with 21 additions and 5 deletions
|
|
@ -1,3 +1,4 @@
|
|||
BUILD_DEBUG = 1
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
CXX = @CXX@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue