From ef5daf3fe397a4bdef71e5d3d635d4edc1cc0e73 Mon Sep 17 00:00:00 2001 From: Andrea Zoli Date: Tue, 15 Jul 2014 13:46:22 +0200 Subject: [PATCH] Remove -m64. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffdd312..9df6771 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ LIB_DESTDIR = lib CXX = g++ #Insert the optional parameter to the compiler. The CFLAGS could be changed externally by the user #- g3 -CFLAGS = -O2 -m64 -fPIC -g +CFLAGS = -O2 -fPIC -g #-O2 -O0 -g3 #Set INCPATH to add the inclusion paths INCPATH = -I ./include -- GitLab