| File tests/Makefile changed (mode: 100644) (index 9293ddbbf..aaffbd85d) |
| ... |
... |
AT = $(AT_$(V)) |
| 123 |
123 |
# setup compile and link flags (partially depends on OS) |
# setup compile and link flags (partially depends on OS) |
| 124 |
124 |
CFLAGS := -MMD -pipe -Wall -Werror -Istic/ -DTEST -include $(B)../config.h |
CFLAGS := -MMD -pipe -Wall -Werror -Istic/ -DTEST -include $(B)../config.h |
| 125 |
125 |
CFLAGS += -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wno-char-subscripts |
CFLAGS += -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wno-char-subscripts |
| 126 |
|
CFLAGS += -fsigned-char |
|
|
126 |
|
CFLAGS += -D_FILE_OFFSET_BITS=64 -fsigned-char |
| 127 |
127 |
LDFLAGS := -lpthread |
LDFLAGS := -lpthread |
| 128 |
128 |
ifeq (,$(findstring clang,$(CC))) |
ifeq (,$(findstring clang,$(CC))) |
| 129 |
129 |
# clang is inconvenient with regard to this flag, don't do coverage with it |
# clang is inconvenient with regard to this flag, don't do coverage with it |