aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-08-07 06:15:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-08-07 06:15:16 +0000
commit97413cf72f1525fe5f71ef62e58ef6e66a7693b3 (patch)
treec5b05abc6fb8896680214025d676b6078a51fdbb
parentb696e1efe9b45a686a920391fbeac5f7e50e0a14 (diff)
downloadports-97413cf72f1525fe5f71ef62e58ef6e66a7693b3.tar.gz
ports-97413cf72f1525fe5f71ef62e58ef6e66a7693b3.zip
misc/nn-insight: Remove NATIVE option
Let CPUTYPE handle native optimizations. PR: 272704
-rw-r--r--misc/nn-insight/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile
index b98b95f626f1..b1c86c056f62 100644
--- a/misc/nn-insight/Makefile
+++ b/misc/nn-insight/Makefile
@@ -32,8 +32,4 @@ PLIST_FILES= bin/nn-insight \
PORTSCOUT= limit:^.*[1-9]\. # prevent hashes
-OPTIONS_DEFINE= NATIVE
-NATIVE_DESC= Build with native optimizations (-march=native)
-NATIVE_CMAKE_BOOL= ENABLE_NATIVE_OPTIMIZATIONS
-
.include <bsd.port.mk>