mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
minor Makefile fix.
This commit is contained in:
parent
189461dc98
commit
bb2317b63c
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ LDFLAGS = -T
|
|||
AR = ar
|
||||
ARFLAGS = -cq
|
||||
CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return -fno-strict-aliasing
|
||||
CFLAGS += -Wall -Wno-format # -pedantic
|
||||
CFLAGS += -Wall -Wno-format -Wno-uninitialized # -pedantic
|
||||
ifeq ($(LIBARCH),LIBC)
|
||||
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue