Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Remove compiler optimization flag, since cabal adds it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed May 11, 2017
1 parent 4d9c567 commit 098a0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlcipher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
TypeSynonymInstances, ScopedTypeVariables,
FlexibleInstances, UndecidableInstances, IncoherentInstances
Ghc-options: -Wall
Cc-options: -Wall -DSQLITE_ENABLE_FTS3=1 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -O3 -DNDEBUG=1
Cc-options: -Wall -DSQLITE_ENABLE_FTS3=1 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DNDEBUG=1
Include-dirs: include
Includes: sqlite3-local.h
C-Sources: cbits/sqlite3-local.c
Expand Down

0 comments on commit 098a0d5

Please sign in to comment.