From 04fb372e8b1e6b11d3518b758cfaebc4f2905098 Mon Sep 17 00:00:00 2001 From: Adasauce Date: Fri, 3 Jan 2020 14:48:31 -0400 Subject: [PATCH] Change from 2debug to 2release for better production performance. --- PKGBUILD | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 481a641..b6ac418 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -93,7 +93,7 @@ build() { # cp -r "$_kern_inc/rdma" "scst/include" #export CFLAGS="$CFLAGS -I'$_kern_inc'" - make -C scst 2debug + make -C scst 2release make -C scst make -C scst_local diff --git a/README.md b/README.md index 7eb74ac..2806b4d 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ The primary differences from upstream: - delete old `queue.patch` that doesn't do anything anymore - use versionless `extramodules-ARCH` in `scst.install` for wider compatibility. + - compile using make 2release for free production performance gains.