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