mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +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:
parent
b42feb76a0
commit
f3877daac5
Notes:
sideshowbarker
2024-07-17 07:21:01 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/f3877daac5 Pull-request: https://github.com/SerenityOS/serenity/pull/15166
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue