doc: describe how to make release builds on Unix
Refs: https://github.com/libuv/libuv/issues/550 PR-URL: https://github.com/libuv/libuv/pull/722 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
befe1550b9
commit
67e22296d7
@ -156,11 +156,16 @@ project tree manually:
|
|||||||
|
|
||||||
### Unix
|
### Unix
|
||||||
|
|
||||||
Run:
|
For Debug builds (recommended) run:
|
||||||
|
|
||||||
$ ./gyp_uv.py -f make
|
$ ./gyp_uv.py -f make
|
||||||
$ make -C out
|
$ make -C out
|
||||||
|
|
||||||
|
For Release builds run:
|
||||||
|
|
||||||
|
$ ./gyp_uv.py -f make
|
||||||
|
$ BUILDTYPE=Release make -C out
|
||||||
|
|
||||||
Run `./gyp_uv.py -f make -Dtarget_arch=x32` to build [x32][] binaries.
|
Run `./gyp_uv.py -f make -Dtarget_arch=x32` to build [x32][] binaries.
|
||||||
|
|
||||||
### OS X
|
### OS X
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user