mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1128 from openmv/make_update
Remove gdb flag for normal builds.
This commit is contained in:
commit
5325065811
@ -71,7 +71,7 @@ ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -Og -ggdb3 -Wno-maybe-uninitialized
|
||||
else
|
||||
DEBUG=0
|
||||
CFLAGS += -O2 -ggdb3 -DNDEBUG
|
||||
CFLAGS += -O2 -DNDEBUG
|
||||
endif
|
||||
|
||||
# Enable debug printf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user