Skip to content

Commit

Permalink
add script to help with release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrian committed Mar 23, 2023
1 parent f6b7944 commit e0f3d7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release-build.sh
@@ -0,0 +1,7 @@
#!/bin/bash
cmake \
-DENABLE_DEVELOPMENT=off \
-DZMAP_VERSION=$1 \
-DENABLE_LOG_TRACE=off \
.
make

0 comments on commit e0f3d7e

Please sign in to comment.