mirror of
https://github.com/curl/curl.git
synced 2026-04-16 09:31:41 +03:00
build: in Makefile.m32 add -m32 flag for 32bit.
This commit is contained in:
parent
e126ec4fc4
commit
4bc47bec57
2 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ CFLAGS = -g -O2 -Wall
|
|||
CFLAGS += -fno-strict-aliasing
|
||||
ifeq ($(ARCH),w64)
|
||||
CFLAGS += -D_AMD64_
|
||||
else
|
||||
CFLAGS += -m32
|
||||
endif
|
||||
# comment LDFLAGS below to keep debug info
|
||||
LDFLAGS = -s
|
||||
|
|
|
|||
|
|
@ -76,6 +76,8 @@ CFLAGS = -g -O2 -Wall
|
|||
CFLAGS += -fno-strict-aliasing
|
||||
ifeq ($(ARCH),w64)
|
||||
CFLAGS += -D_AMD64_
|
||||
else
|
||||
CFLAGS += -m32
|
||||
endif
|
||||
# comment LDFLAGS below to keep debug info
|
||||
LDFLAGS = -s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue