diff options
| author | 2024-07-14 01:43:56 -0400 | |
|---|---|---|
| committer | 2024-07-14 01:43:56 -0400 | |
| commit | 7731d1136b3360b3994178cc9edc21e3c9477314 (patch) | |
| tree | 339971c24bce2885bb41d6b1554c83e336fb517f /Makefile | |
| parent | cheney_c89: valgrind (diff) | |
fine-grained valgrind support (warning: slow)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,9 +9,6 @@ CFLAGS=-Wall -std=c89 -Werror -pedantic -fPIC -g -Iinclude -I. -Wno-unused-funct tests: string_tests htable_tests -with_valgrind: - make EXTRACFLAGS=-DUNS_VALGRIND - COMMON_OBJECTS=uns.o uns.o: uns.c include/uns.h |
