SQLite Forum

Typo on https://www.sqlite.org/compile.html
Login

Typo on https://www.sqlite.org/compile.html

(1) By anonymous on 2020-05-22 23:24:28 [source]

On this part:

SQLITE_USE_ALLOCA

    If this option is enabled, then the alloca() memory allocator will be used in a few situations where it is appropriate. This results in a slightly smaller and faster binary. The SQLITE_USE_ALLOCA compile-time only only works, of course, on systems that support alloca(). 

"compile-time only only works" should be "compile-time option only works".