From 96cf02139c7a0a344f194c95c8d3a64168e45c6b Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 01 Jun 2022 05:06:10 +0000 Subject: [PATCH] Compiler optimisations breaking things --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 70760f3..362f21e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifeq ($(DEV),1) CFLAGS += -g else - CFLAGS += -O2 -flto + #CFLAGS += -O2 -flto endif default: dnscomp -- Gitblit v1.10.0