From 0e5cb7ca8ceb97f355967e9665f9e4320c9e417f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Thu, 13 May 2021 09:48:29 +0200 Subject: [PATCH] Remove DEBUG flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46d2f61..d5e88b5 100644 --- a/Makefile +++ b/Makefile @@ -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)