Makefile: don't compile with -ansi

Fixes build on Cygwin due to [1].  Closes #19 on GitHub.

[1] https://cygwin.com/ml/cygwin/2014-01/msg00130.html
This commit is contained in:
Simon Kotlinski
2014-06-03 13:17:16 +02:00
committed by Andrew Ayer
parent 22323bc3a5
commit 19ea278a31

View File

@@ -1,5 +1,5 @@
CXX := c++
CXXFLAGS := -Wall -pedantic -ansi -Wno-long-long -O2
CXXFLAGS := -Wall -pedantic -Wno-long-long -O2
LDFLAGS := -lcrypto
PREFIX := /usr/local