aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-09 14:30:25 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-09 14:32:56 +0200
commit71ccdd927073d9c4f16ab44461a7c67cdffd9e12 (patch)
treedf726702b134685cfac36a4f353486aca8f565e4 /README
parentdd979f25b5ac00c02e19156203bd70da4a348979 (diff)
Add -a and -s to the build script
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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: