-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Use SDL2 on Emscripten, use Full LTO on Clang, fixes
- SDL2 allows to use proper BGRA surfaces on Emscripten, which are necessary for some guests, it also has less rendering overhead (But still significant compared to native) - Full LTO on Clang provides faster & smaller executables, at least for RVVM (At the expense of slower compilation) - Fix SDL2 build on Emscripten
- Loading branch information
Showing
1 changed file
with
46 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters