From 9c02a2d340cd3c2c1ced0bde8246c944fa1e0212 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Wed, 2 Jan 2019 08:48:59 +0100 Subject: [PATCH] :art: Use mtune=native --- config.mk.orig | 1 + 1 file changed, 1 insertion(+) diff --git a/config.mk.orig b/config.mk.orig index 5a3380c4..50bac7dd 100644 --- a/config.mk.orig +++ b/config.mk.orig @@ -8,6 +8,7 @@ SOUNDPIPE_LIB ?=-lsoundpipe SOUNDPIPE_INC ?= LDFLAGS += -lm -ldl -rdynamic -lpthread CFLAGS += -Iinclude -Iutil/include -Iast/include -std=c99 -D_GNU_SOURCE +CFLAGS += -mtune=native #-O3 -mfpmath=sse -mtune=native -fstrict-aliasing #CFLAGS += -Iinclude -std=c99 -m32 -fstrict-aliasing -D_GNU_SOURCE # compiler warnings -- 2.43.0