We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5578d30 commit f0e2c37Copy full SHA for f0e2c37
README.md
@@ -26,7 +26,7 @@ docker run --rm -v $(PWD):/src/ madmanfred/qt-webassembly make
26
Here are some tips to speed up your builds for Qt for WebAssembly:
27
28
- You can add this to use a local directory as cache:
29
- ```
+ ```Shell
30
-v ~/.emscripten_cache:/emsdk_portable/.data/cache
31
```
32
@@ -35,7 +35,7 @@ Here are some tips to speed up your builds for Qt for WebAssembly:
35
- You can also increase the compilation speed a bit by using a parallel build (`make -j`).
36
37
- If you disable all optimizations you can reduce your build time significantly. Just add this to your project file:
38
+ ```QMake
39
QMAKE_CXXFLAGS_RELEASE -= -O3
40
QMAKE_CXXFLAGS_RELEASE *= -O0
41
0 commit comments