Remove debug build

This commit is contained in:
Mateo FERON 2020-04-10 15:59:17 +02:00
parent 7be72b8452
commit ca4c526d77

View file

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