Re: [sqlite] how to compile and debug with the original source code, not the AMALGAMATION?

2017-09-06 Thread Richard Hipp
On 9/4/17, ze tian wrote: > Hi, > I am dealing with some optimizing work on sqlite, but the amalgation > file sqlite3.c seems not intuitively. When I try to compile the original > source code, some problems happen, seems not easy to deal with. Can you help > me

[sqlite] how to compile and debug with the original source code, not the AMALGAMATION?

2017-09-06 Thread ze tian
Hi, I am dealing with some optimizing work on sqlite, but the amalgation file sqlite3.c seems not intuitively. When I try to compile the original source code, some problems happen, seems not easy to deal with. Can you help me provide a compile script, like CMakeLists.txt, to compile the source