summaryrefslogtreecommitdiff
path: root/audio/fogpad-lv2/files/patch-dpf_Makefile.base.mk
blob: ca85b92af4064d4bc089df571df5dd2bca64590d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- dpf/Makefile.base.mk.orig	2019-11-25 14:44:31 UTC
+++ dpf/Makefile.base.mk
@@ -129,7 +129,7 @@ endif
 # Set build and link flags
 
 BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
-BASE_OPTS  = -O3 -ffast-math -mtune=generic -fdata-sections -ffunction-sections
+BASE_OPTS  = -O3 -ffast-math -fdata-sections -ffunction-sections
 
 ifeq ($(CPU_I386_OR_X86_64),true)
 BASE_OPTS += -msse -msse2