1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 14:50:45 +00:00

Ports: Build Quake in parallel

Instead of overwriting the existing `-j` makeopt, we only append
options. This brings the build time for the Quake port down from 24.3s
to 4.4s on my machine.
This commit is contained in:
Jelle Raaijmakers 2022-09-08 11:49:43 +02:00 committed by Tim Flynn
parent b42feb76a0
commit f3877daac5

View File

@ -4,7 +4,7 @@ version=0.65
workdir=SerenityQuake-master
useconfigure=false
files="https://github.com/SerenityPorts/SerenityQuake/archive/master.tar.gz quake.tar.gz"
makeopts=("V=1" "SYMBOLS_ON=Y")
makeopts+=("V=1" "SYMBOLS_ON=Y")
depends=("SDL2")
launcher_name=Quake
launcher_category=Games