README.LIN: Direct to release builds by default

Fixes .
This commit is contained in:
Emmanuel Gil Peyrot 2020-09-22 12:04:22 +02:00
parent e38e98714e
commit 0896b99b49
1 changed files with 2 additions and 1 deletions
desmume

View File

@ -14,7 +14,8 @@ DeSmuME provides another interface based on libglade, to use
* http://glade.gnome.org/
To build, first cd to src/frontend/posix and run `meson build`
To build, first cd to src/frontend/posix and run
`meson build --buildtype=release`
Then build the program by running `ninja -C build`