mirror of
https://github.com/curl/curl.git
synced 2026-07-26 17:07:16 +03:00
Makefile.m32: enable -W for MinGW32 build
The configure-based build also has this in addition to -Wall. Closes https://github.com/curl/curl/pull/1578
This commit is contained in:
parent
5bdf835c0b
commit
ce2cc568f8
3 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ endif
|
|||
endif
|
||||
|
||||
CC = $(CROSSPREFIX)gcc
|
||||
CFLAGS = -g -O2 -Wall
|
||||
CFLAGS = -g -O2 -Wall -W
|
||||
CFLAGS += -fno-strict-aliasing
|
||||
ifeq ($(ARCH),w64)
|
||||
CFLAGS += -m64 -D_AMD64_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue