blob: 0f046f843ee40033fb167da3438ee40c067b194a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- dpf/Makefile.base.mk.orig 2019-07-27 05:51:19 UTC
+++ dpf/Makefile.base.mk
@@ -106,7 +106,7 @@ endif
# Set build and link flags
BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
-BASE_OPTS = -O3 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections
+BASE_OPTS = -O3 -ffast-math $(SIMD_CFLAGS) -fdata-sections -ffunction-sections
ifeq ($(MACOS),true)
# MacOS linker flags
|