Remove DEBUG flag

This commit is contained in:
Grégory Soutadé 2021-05-13 09:48:29 +02:00
parent 2759be0c6f
commit 0e5cb7ca8c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CROSS ?= arm-linux-gnueabihf-
CXX = $(CROSS)g++
CC = $(CROSS)gcc
DEBUG ?= 1
DEBUG ?= 0
NO_BUILD_OPENSSL ?= 0
INSTALL_DIR ?= $(PWD)/deploy
RMSDK_LIBDIR = $(PWD)/lib/rmsdk/$(RMSDK_VERSION)