From 97413cf72f1525fe5f71ef62e58ef6e66a7693b3 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 6 Aug 2023 23:15:16 -0700 Subject: [PATCH] misc/nn-insight: Remove NATIVE option Let CPUTYPE handle native optimizations. PR: 272704 --- misc/nn-insight/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile index b98b95f626f15..b1c86c056f62a 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