mirror of https://github.com/Chizi123/dnscomp.git
Compiler optimisations breaking things
Makefile @@ -6,7 +6,7 @@ ifeq ($(DEV),1) CFLAGS += -g else CFLAGS += -O2 -flto #CFLAGS += -O2 -flto endif default: dnscomp