From 3329d38aa0bcab8f35cd609f7d6782a262864df1 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 14 Jul 2015 20:49:28 +0200 Subject: Disable usage of inline functions, wrong usage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a030e68..575e60a 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ PG = -g -fomit-frame-pointer OPTIM = -O2 # These flags are pretty much mandatory -REQUIRED = -DINLINE=inline ${GIT_VER} +REQUIRED = -DINLINE= ${GIT_VER} #pick your architecture ARCH = -march=native -- cgit v1.2.3