Split this into two files, depending on ARCH either being x86, or not.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
0f935a5c46
commit
2c0aff5f35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519799
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
--- dpf/Makefile.base.mk.orig 2019-09-28 00:18:08 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 -msse -msse2 -fdata-sections -ffunction-sections
|
||||
|
||||
ifeq ($(MACOS),true)
|
||||
# MacOS linker flags
|
Loading…
Reference in a new issue