git: 97413cf72f15 - main - misc/nn-insight: Remove NATIVE option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 06:16:18 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=97413cf72f1525fe5f71ef62e58ef6e66a7693b3 commit 97413cf72f1525fe5f71ef62e58ef6e66a7693b3 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-08-07 06:15:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-07 06:15:16 +0000 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 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>