diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-09 14:30:25 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-09 14:32:56 +0200 |
commit | 71ccdd927073d9c4f16ab44461a7c67cdffd9e12 (patch) | |
tree | df726702b134685cfac36a4f353486aca8f565e4 /README | |
parent | dd979f25b5ac00c02e19156203bd70da4a348979 (diff) |
Add -a and -s to the build script
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |