mirror of https://github.com/Chizi123/dnscomp.git

Joel Grunbaum
2022-06-01 96cf02139c7a0a344f194c95c8d3a64168e45c6b
Compiler optimisations breaking things
1 files modified
2 ■■■ changed files
Makefile 2 ●●● patch | view | raw | blame | history
Makefile
@@ -6,7 +6,7 @@
ifeq ($(DEV),1)
    CFLAGS += -g
else
    CFLAGS += -O2 -flto
    #CFLAGS += -O2 -flto
endif
default: dnscomp