diff --git a/Makefile b/Makefile index ffdd3125ec919e44d111538b58620c84dcfb3fa6..9df6771ce92aa0bb5b6fe391d1956a625aa4302a 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