Date: Mon, 7 Aug 2023 06:16:18 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 97413cf72f15 - main - misc/nn-insight: Remove NATIVE option Message-ID: <202308070616.3776GI26011140@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308070616.3776GI26011140>