mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
11 lines
359 B
Makefile
11 lines
359 B
Makefile
--- dpf/Makefile.base.mk.orig 2021-01-15 11:38:19 UTC
|
|
+++ dpf/Makefile.base.mk
|
|
@@ -136,7 +136,7 @@ BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
|
|
BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunction-sections
|
|
|
|
ifeq ($(CPU_I386_OR_X86_64),true)
|
|
-BASE_OPTS += -mtune=generic -msse -msse2 -mfpmath=sse
|
|
+BASE_OPTS += $(SIMD_FLAGS)
|
|
endif
|
|
|
|
ifeq ($(CPU_ARM),true)
|