mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
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
|
||||
|
||||
Run:
|
||||
For Debug builds (recommended) run:
|
||||
|
||||
$ ./gyp_uv.py -f make
|
||||
$ 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.
|
||||
|
||||
### OS X
|
||||
|
Loading…
x
Reference in New Issue
Block a user