Remove DEBUG flag
This commit is contained in:
parent
5f73c3f32e
commit
08c55326fe
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{port_envs, [
|
||||
{"DRV_CFLAGS", "$DRV_CFLAGS -Werror -I c_src/system/include -lpthread -DDEBUG"},
|
||||
{"DRV_CFLAGS", "$DRV_CFLAGS -Werror -I c_src/system/include -lpthread"},
|
||||
{"DRV_LDFLAGS", "$DRV_LDFLAGS c_src/system/lib/libdb.a -lpthread"}
|
||||
]}.
|
||||
|
||||
|
|
Loading…
Reference in a new issue