Skip to content

Commit d0e280b

Browse files
committed
[chore] Update build.sh
1 parent 2171ce3 commit d0e280b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ SQLITE_VERSION="3400100"
2929
## LLVM Required options
3030
LLVM_VERSION=14
3131
ENABLE_OPTIMIZED=1
32-
ENABLE_DEBUG=1
32+
ENABLE_DEBUG=0
3333
DISABLE_ASSERTIONS=1
34-
REQUIRES_RTTI=1
34+
REQUIRES_RTTI=0
3535

3636
## Solvers Required options
3737
# SOLVERS=STP

0 commit comments

Comments
 (0)