Way to find out which Compilation Options were used to build SQLite

后端 未结 3 2016
鱼传尺愫
鱼传尺愫 2021-01-04 06:48

During my performance tests I found out the the SQLite version which Apple provides on the iPhone 3.0 is significantly faster then my self compiled amalgamation SQLite versi

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-04 07:31

    It looks like the only different in the pragma settings is the cache_size which is default 2000 but on the iPhone it is 500.

    On some systems it's possible to get read the compiler setting with this: objdump --full-contents --section .GCC.command.line

提交回复
热议问题