aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-14 20:49:28 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-14 20:49:28 +0200
commit3329d38aa0bcab8f35cd609f7d6782a262864df1 (patch)
tree65f95b78e81d16d8bc845b448d3b775a96bf4d93
parent8986c5d9be84b4017b56f924129506692eb100a1 (diff)
downloadtoolame-dab-3329d38aa0bcab8f35cd609f7d6782a262864df1.tar.gz
toolame-dab-3329d38aa0bcab8f35cd609f7d6782a262864df1.tar.bz2
toolame-dab-3329d38aa0bcab8f35cd609f7d6782a262864df1.zip
Disable usage of inline functions, wrong usage
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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