From 0fd5f7921342d27945c8b08b3bbb5114f8073458 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Tue, 14 Aug 2018 15:20:34 +0200 Subject: [PATCH] Added note on build.pl cmd line opts --- building.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/building.md b/building.md index 4e4a285..69cd2cb 100644 --- a/building.md +++ b/building.md @@ -132,6 +132,9 @@ for the current details. and build the final output, `emperl.js` along with the corresponding `.wasm` and `.data` file. +`build.pl` provides various command-line options that allow you to control +parts of the build process. See `build.pl --help` for details. + Adding CPAN Modules -------------------