1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +00:00

Ports: Build nesalizer in release mode

Together with the new futex-backed pthread_cond_t, this makes nesalizer
run downright well on my machine. :^)
This commit is contained in:
Andreas Kling 2019-12-25 23:56:44 +01:00
parent a089125d0f
commit 965cae47b4

View file

@ -2,5 +2,6 @@
port=nesalizer
version=master
curlopts="-L"
makeopts="CONF=release"
files="https://github.com/SerenityOS/nesalizer/archive/master.zip nesalizer-master.zip"
depends=SDL2