mirror of https://github.com/F-Stack/f-stack.git
Set lib/ DEBUG mode default.
This commit is contained in:
parent
73cf01b51d
commit
791e096154
|
@ -24,7 +24,7 @@ F-STACK_VERSION=1.22
|
||||||
|
|
||||||
HOST_OS:=$(shell uname -s)
|
HOST_OS:=$(shell uname -s)
|
||||||
|
|
||||||
#DEBUG=-O0 -gdwarf-2 -g3 -Wno-format-truncation
|
DEBUG=-O0 -gdwarf-2 -g3 -Wno-format-truncation
|
||||||
|
|
||||||
FF_KNI=1
|
FF_KNI=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue