blob: 32465bc22af63fdcb31d127f6d85b035a833fb77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./Makefile.orig 2013-04-12 03:34:14.000000000 +0900
+++ ./Makefile 2013-04-20 02:48:03.000000000 +0900
@@ -1,6 +1,6 @@
# The following options seem to work fine on Linux, FreeBSD, and Darwin
OPTIMIZE=-O2 -g
-CFLAGS=-Wall -Werror -pthread --no-strict-aliasing
+CFLAGS=-pthread
INCPATH=-I/usr/local/include -I/opt/local/include -I/usr/local/ssl/include
CC?=cc
|