Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneilyin authored Sep 20, 2019
1 parent 8620f21 commit 2605af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Please see Build Events [readme][build-events-readme] for details.

Due to 80 times slower compression nature of Zopfli algorithm it is not reasonable to use it during project development and debug.
So for all debug configurations you can use fast and light level 1 compression with `-GZ1 -B1` options of **assetslz** tool:
* `"..\Tools\assetslz" -GZ -B1 "$(PROJECTDIR)\Assets" "$(PROJECTDIR)\assets.tmp"`
* `"..\Tools\assetslz" -GZ1 -B1 "$(PROJECTDIR)\Assets" "$(PROJECTDIR)\assets.tmp"`
* `"..\Tools\resedit" -D "$(PROJECTDIR)\Assets.res" rcdata ASSETS "$(PROJECTDIR)\assets.tmp"`

## Recommended `RELEASE` configuration
Expand Down

0 comments on commit 2605af3

Please sign in to comment.