SQLite Forum

How can I compile the newest percentile.c?
Login
or just -DSQLITE_INNOCUOUS=0 for that compilation unit.  That is:

```
gcc -g -fPIC -DSQLITE_INNOCUOUS=0 -dynamiclib percentile.c -o percentile.dylib
```

but don't forget to get rid of that define when you eventually use a more up-to-date version of the sqlite3 library.