Skip to content

Commit

Permalink
Follow CHICKEN changes.
Browse files Browse the repository at this point in the history
A recent change in the CHICKEN compiler makes an incorrect behavior
show an error message instead of working incorrectly most of the time.
https://bugs.call-cc.org/ticket/1655
  • Loading branch information
0-8-15 committed Dec 20, 2019
1 parent b99edad commit 1a84e86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sqlite3pth.egg
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
(dependencies pthreads srfi-34 llrb-tree miscmacros srfi-1)
;(doc-from-wiki)
(components
(c-object sqlite3 (source "sqlite/sqlite3.c"))
(extension
sqlite3pth
(objects sqlite3)
(types-file)
(csc-options "-O3" "-lfa2" "-d2" "-Isqlite" "sqlite/sqlite3.c"
(csc-options "-O3" "-lfa2" "-d2" "-Isqlite"
"-C" "-DSQLITE_ENABLE_FTS3"
"-C" "-DSQLITE_ENABLE_FTS3_PARENTHESIS"
)))
Expand Down

0 comments on commit 1a84e86

Please sign in to comment.