comparison Makefile.gen @ 327:b6f88c150573

Use the newly added (in th-libs th_args module) option argument name field.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 18:04:38 +0200
parents b3d46806787d
children 5fafd0735b18
comparison
equal deleted inserted replaced
326:589bd78cc67d 327:b6f88c150573
1 CFLAGS += -W -Wall -Wextra -std=c99 -pedantic -I./ -D_XOPEN_SOURCE=500
1 CFLAGS += -g 2 CFLAGS += -g
2 CFLAGS += -O2 3 CFLAGS += -O2
3 CFLAGS += -W -Wall -Wextra -std=c99 -pedantic -I./ -D_XOPEN_SOURCE=500 4 #CFLAGS += -flto
5 CFLAGS += -DTH_USE_OPT_ARG=1
4 THLIBS = th-libs/ 6 THLIBS = th-libs/
5 7
6 8
7 ### 9 ###
8 ### Objects and targets 10 ### Objects and targets