Enable optimisations

This commit is contained in:
zawz 2020-02-13 23:15:35 +01:00
parent bf95986e06
commit a018a9eeef

View file

@ -6,7 +6,7 @@ ODIR_SHARED=obj_so
NAME = libztd
CC=g++
CXXFLAGS= -I$(IDIR) -Wall -pedantic -std=c++17
CXXFLAGS= -I$(IDIR) -Wall -pedantic -std=c++17 -O2
ifeq ($(DEBUG),true)
CXXFLAGS += -g
endif