From ca4c526d770846dc89de2fb73f5c95e594506b7a Mon Sep 17 00:00:00 2001 From: Mateo FERON Date: Fri, 10 Apr 2020 15:59:17 +0200 Subject: [PATCH] Remove debug build --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index d99c484..cc45027 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,6 @@ NAME = libztd CC=g++ CXXFLAGS= -I$(IDIR) -Wall -pedantic -std=c++17 -O2 -ifeq ($(DEBUG),true) - CXXFLAGS += -g -endif $(shell mkdir -p $(ODIR)) $(shell mkdir -p $(ODIR_SHARED))