aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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: