Update Makefile

This commit is contained in:
Twinaphex 2019-09-08 04:19:58 +02:00 committed by GitHub
parent 8520a94b8f
commit fde7026ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ LD := g++
OBJS := main.o
INCLUDES := -I.
CFLAGS := -O3 -Wall -std=c++14
CFLAGS := -O3 -Wall -std=c++14 -DNDEBUG
LDFLAGS := -lz
ifneq ($(findstring Linux,$(shell uname -a)),)