Merge pull request #1128 from openmv/make_update

Remove gdb flag for normal builds.
This commit is contained in:
Ibrahim Abd Elkader 2021-01-19 23:13:03 +02:00 committed by GitHub
commit 5325065811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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