Skip to content

Commit

Permalink
Web application does not hang when pressing "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Oct 15, 2023
1 parent 7f36177 commit 2c6c003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XaoS.pro
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ wasm{
QMAKE_LFLAGS += --preload-file $$PWD/examples@$$DATAPATH/examples
QMAKE_LFLAGS += --preload-file $$PWD/catalogs@$$DATAPATH/catalogs
QMAKE_LFLAGS += --preload-file $$PWD/tutorial@$$DATAPATH/tutorial
QMAKE_LFLAGS += -sASYNCIFY -Os # This can help avoiding to get the web application hang when the user presses "s".
}
executable.files = bin/xaos
executable.path = $$PREFIX/bin
Expand Down

0 comments on commit 2c6c003

Please sign in to comment.