diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-03-19 22:26:06 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-03-19 22:26:06 -0400 |
commit | a9baddd7d07b9fe15e212985a808a79773ec72e4 (patch) | |
tree | fce0a089eedeacef8b25b409c2ba50f5f30a8327 /config.mak | |
download | libc-testsuite-a9baddd7d07b9fe15e212985a808a79773ec72e4.tar.gz |
initial check-in, taken from old libc svn repo with significant additions
Diffstat (limited to 'config.mak')
-rw-r--r-- | config.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mak b/config.mak new file mode 100644 index 0000000..7be2b3a --- /dev/null +++ b/config.mak @@ -0,0 +1,3 @@ +CFLAGS += -Wall -Wno-overflow -Wno-unused -Wno-format +CFLAGS += -DHAVE_BSD_STRL +CFLAGS += -DDISABLE_SLOW_TESTS |