diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -9,7 +9,9 @@ CPPFLAGS = -DVERSION=\"${VERSION}\" | |||
| 9 | CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \ | 9 | CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \ |
| 10 | -Wno-unused-parameter -O3 ${CPPFLAGS} | 10 | -Wno-unused-parameter -O3 ${CPPFLAGS} |
| 11 | DBGFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \ | 11 | DBGFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \ |
| 12 | -Wno-unused-parameter -g ${CPPFLAGS} | 12 | -Wno-unused-parameter -Wno-unused-function \ |
| 13 | -fsanitize=address -fsanitize=undefined \ | ||
| 14 | -g3 ${CPPFLAGS} | ||
| 13 | 15 | ||
| 14 | CC = cc | 16 | CC = cc |
| 15 | 17 | ||
