Skip to content

Commit

Permalink
[chore] Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Oct 16, 2023
1 parent a503403 commit 2c4a71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ SQLITE_VERSION="3400100"
## LLVM Required options
LLVM_VERSION=14
ENABLE_OPTIMIZED=1
ENABLE_DEBUG=1
ENABLE_DEBUG=0
DISABLE_ASSERTIONS=1
REQUIRES_RTTI=1
REQUIRES_RTTI=0

## Solvers Required options
# SOLVERS=STP
Expand Down

0 comments on commit 2c4a71b

Please sign in to comment.