Skip to content
Snippets Groups Projects
Commit 1c95978a authored by ERIK ALEXANDRE PUCCI's avatar ERIK ALEXANDRE PUCCI Committed by Danilo K. S. Yorinori
Browse files

src/Makefile: Added "-m32" flag to CCFLAGS


This flag is used to force the compilation to 32-bit, which is the most used
architecture in the ProInfo project.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
parent d101a4cf
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ LIBGSOAPDIR = $(LIBDIR)/$(LIBGSOAP) ...@@ -11,7 +11,7 @@ LIBGSOAPDIR = $(LIBDIR)/$(LIBGSOAP)
LIBGSOAPBIN = $(LIBGSOAPDIR)/bin LIBGSOAPBIN = $(LIBGSOAPDIR)/bin
LIBGSOAPINC = $(LIBGSOAPDIR)/include LIBGSOAPINC = $(LIBGSOAPDIR)/include
CCFLAGS = -g -Wall CCFLAGS = -g -Wall -m32
WSCLIENTH = wsclient.h WSCLIENTH = wsclient.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment