Codebase list daligner / f5e7099
Cleanup changelog Andreas Tille 4 years ago
2 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
22 # CFLAGS = -O0 -g -Wall -Wextra -Wno-unused-result -fno-strict-aliasing -fsanitize=address -fsanitize=undefined
33 # Above is for debug out of bound addresses, must compile with -lASAN -lUBSAN if gcc instead of clang
44
5 CFLAGS = -O3 -Wall -Wextra -Wno-unused-result -fno-strict-aliasing
5 CFLAGS += -O3 -Wall -Wextra -Wno-unused-result -fno-strict-aliasing
66
77 ALL = daligner HPC.daligner LAsort LAmerge LAsplit LAcat LAshow LAdump LAcheck LAa2b LAb2a dumpLA
88
00 daligner (1.0+git20200115.c2b47da-1) UNRELEASED; urgency=medium
11
2 * New upstream version
23 * Afif removed himself from Uploaders
34 * Add myself to Uploaders
45 * New upstream version
56 * debhelper-compat 12
6 * Standards-Version: 4.4.0
7 TODO: radix.c:39:18: error: 'WORD_SIZE' undeclared here (not in a function)
8 * New upstream version
97 * Standards-Version: 4.5.0 (routine-update)
108
119 -- Andreas Tille <tille@debian.org> Tue, 28 Jan 2020 08:37:57 +0100