Skip to content

Instantly share code, notes, and snippets.

View romanholidaypancakes's full-sized avatar

romanholidaypancakes

View GitHub Profile
root@MSI:/mnt/d/QT_WASM# make
em++ -c -pipe -g -std=gnu++1z -s USE_PTHREADS=1 -s PTHREAD_POOL_SIZE=4 -s INITIAL_MEMORY=1GB -Wall -Wextra -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../code/release-linux-qt62-wasm/include -I../code/release-linux-qt62-wasm/include/QtWidgets -I../code/release-linux-qt62-wasm/include/QtGui -I../code/release-linux-qt62-wasm/include/QtCore -I. -I. -I/root/.emscripten_ports/openssl/include -I../code/release-linux-qt62-wasm/mkspecs/wasm-emscripten -o mainwindow.o mainwindow.cpp
em++: warning: linker setting ignored during compilation: 'PTHREAD_POOL_SIZE' [-Wunused-command-line-argument]
em++: warning: linker setting ignored during compilation: 'INITIAL_MEMORY' [-Wunused-command-line-argument]
sed -e s/@APPNAME@/QT_WASM/g /mnt/d/code/release-linux-qt62-wasm/plugins/platforms/wasm_shell.html > /mnt/d/QT_WASM/QT_WASM.html
cp -f /mnt/d/code/release-linux-qt62-wasm/plugins/platforms/qtloader.js /mnt/d/QT_WASM
cp -f /mnt/d/code/release-linux-qt62-wasm/plugins/platforms/qtlogo.svg
Script started on 2021-10-26 21:48:18+08:00 [TERM="xterm-256color" TTY="/dev/tty2" COLUMNS="269" LINES="62"]
�[?2004hroot@MSI:/mnt/d/github2/projects/PROJECT_QT# exit����make����exit����make����export EMCC_DEBUG=1� �1
�[?2004l
�[?2004hroot@MSI:/mnt/d/github2/projects/PROJECT_QT# make
�[?2004l
sed -e s/@APPNAME@/PROJECT_QT/g /mnt/d/code/release-linux-qt62-wasm-1/plugins/platforms/wasm_shell.html > ./outbin/PROJECT_QT.html
cp -f /mnt/d/code/release-linux-qt62-wasm-1/plugins/platforms/qtloader.js ./outbin
cp -f /mnt/d/code/release-linux-qt62-wasm-1/plugins/platforms/qtlogo.svg ./outbin