summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2017-12-16 04:55:40 +0100
committerRobert Swiecki <robert@swiecki.net>2017-12-16 04:55:40 +0100
commit5b71fbad65b955f452124b8a075969186c4479c4 (patch)
tree13d4d7baea2bf5888bcddb5341ca9ddd0af926e5 /Makefile
parent5e9d7efba6071288da78325a3f8715560f1049ff (diff)
downloadhonggfuzz-5b71fbad65b955f452124b8a075969186c4479c4.tar.gz
Makefile: No need to undefine __STRICT_ANSI__ for CygWin now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b363105..f318ae44 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ else
ARCH_CFLAGS := -std=c11 -I/usr/local/include \
-Wextra -Wno-initializer-overrides -Wno-override-init \
-Wno-unknown-warning-option -Wno-unknown-pragmas \
- -U__STRICT_ANSI__ -funroll-loops
+ -funroll-loops
ARCH_LDFLAGS := -lpthread -L/usr/local/include -lrt
# OS Posix
endif