Hi,

We are compiling sqlite 3.6.23.1 with the SQLITE_OMIT_WSD compile time flag 
turned on.  We are using the amalgamation.   We found that this didn't 
completely eliminate the writable static data in our binary, and some 
investigation led me to this static variable:

SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe *p, int addr){
  static VdbeOp dummy;

Is this is a known issue?

Thanks!
-Albert


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to