Remove DEBUG flag

This commit is contained in:
Sergey Yelin 2011-07-18 12:19:17 +04:00
parent 5f73c3f32e
commit 08c55326fe

View file

@ -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"}
]}.