comparison Makefile.gen @ 365:bb1492940316

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Sep 2020 02:08:36 +0300
parents f0ad03639a93
children c8e57c0c8f44
comparison
equal deleted inserted replaced
364:f0ad03639a93 365:bb1492940316
6 ifneq ($(ASAN),) 6 ifneq ($(ASAN),)
7 CFLAGS += -fsanitize=address 7 CFLAGS += -fsanitize=address
8 LDFLAGS += -lasan 8 LDFLAGS += -lasan
9 else 9 else
10 CFLAGS += -O2 10 CFLAGS += -O2
11 #CFLAGS += -flto
12 endif 11 endif
12
13 13
14 ### 14 ###
15 ### Objects and targets 15 ### Objects and targets
16 ### 16 ###
17 THLIBS_OBJ=th_util.o th_string.o th_file.o th_args.o \ 17 THLIBS_OBJ=th_util.o th_string.o th_file.o th_args.o \