Change from 2debug to 2release for better production performance.

master
Adasauce 5 years ago
parent 34854061f8
commit 04fb372e8b
Signed by: adasauce
GPG Key ID: B4FD3151235211CB
  1. 2
      PKGBUILD
  2. 1
      README.md

@ -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

@ -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.

Loading…
Cancel
Save