Skip to content

Commit f0e2c37

Browse files
committed
Added syntax highlighting in README
1 parent 5578d30 commit f0e2c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ docker run --rm -v $(PWD):/src/ madmanfred/qt-webassembly make
2626
Here are some tips to speed up your builds for Qt for WebAssembly:
2727

2828
- You can add this to use a local directory as cache:
29-
```
29+
```Shell
3030
-v ~/.emscripten_cache:/emsdk_portable/.data/cache
3131
```
3232

@@ -35,7 +35,7 @@ Here are some tips to speed up your builds for Qt for WebAssembly:
3535
- You can also increase the compilation speed a bit by using a parallel build (`make -j`).
3636

3737
- If you disable all optimizations you can reduce your build time significantly. Just add this to your project file:
38-
```
38+
```QMake
3939
QMAKE_CXXFLAGS_RELEASE -= -O3
4040
QMAKE_CXXFLAGS_RELEASE *= -O0
4141

0 commit comments

Comments
 (0)