Remove debug build
This commit is contained in:
parent
7be72b8452
commit
ca4c526d77
1 changed files with 0 additions and 3 deletions
3
Makefile
3
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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue