mirror of
https://github.com/curl/curl.git
synced 2026-04-26 23:52:13 +03:00
removed unused define.
This commit is contained in:
parent
abb4cdafe9
commit
83a43bea8a
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ STRIP = strip -s
|
|||
## Nothing more to do below this line!
|
||||
|
||||
INCLUDES = -I. -I.. -I../include -I../lib -I$(ZLIB_PATH)
|
||||
CFLAGS = -g -O2 -DMINGW32
|
||||
CFLAGS = -g -O2
|
||||
LDFLAGS =
|
||||
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
|
||||
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue