1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Fixed MinGW examples makefile.

This commit is contained in:
Guenter Knauf 2011-09-25 16:31:31 +02:00
parent 230459dd00
commit bb94b92894

View File

@ -81,9 +81,6 @@ ifndef ARCH
ARCH = w32
endif
SSL = 1
ZLIB = 1
CC = gcc
CFLAGS = -g -O2 -Wall
CFLAGS += -fno-strict-aliasing