From 71ccdd927073d9c4f16ab44461a7c67cdffd9e12 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 9 May 2024 14:30:25 +0200 Subject: Add -a and -s to the build script --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') diff --git a/README b/README index c946ff6..a2d4f56 100644 --- a/README +++ b/README @@ -35,6 +35,13 @@ BUILD INSTRUCTIONS: $ ./make -r + By default the build script will build a static library. This can + also be made explicit by passing the -a flag. If you would like to + instead build a shared-object library you may pass the -s flag: + + $ ./make -rs # Build a shared-object with optimizations + $ ./make -as # Build a shared-object and static library + DISCLAIMER: -- cgit v1.2.3