Skip to content

Commit

Permalink
Document compiling static binaries
Browse files Browse the repository at this point in the history
Bug: #176
  • Loading branch information
oxr463 authored Nov 25, 2019
1 parent dfe87e8 commit c69a5cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/howto-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ Checks

+ Static analysis: Gcov/Lcov and Clang Scan Build must not report
new issues. All shell scripts must pass shellcheck.

Static Binaries
---------------

The following commands will generate statically-linked binaries
which can be optionally distributed for each release:

make -C src loader.exe loader-m32.exe build.h
LDFLAGS="${LDFLAGS} -static" make -C proot

Documentation Update
--------------------
Expand Down

0 comments on commit c69a5cf

Please sign in to comment.