Deleted Added
full compact
Makefile.msc (361456) Makefile.msc (362190)
1#### DO NOT EDIT ####
2# This makefile is automatically generated from the Makefile.msc at
3# the root of the canonical SQLite source tree (not the
4# amalgamation tarball) using the tool/mkmsvcmin.tcl
5# script.
6#
7
8#

--- 182 unchanged lines hidden (view full) ---

191# 4 == SQLITE_WIN32_MALLOC_VALIDATE: Validate the Win32 native heap per call.
192# 5 == SQLITE_DEBUG_OS_TRACE: Enables output from the OSTRACE() macros.
193# 6 == SQLITE_ENABLE_IOTRACE: Enables output from the IOTRACE() macros.
194#
195!IFNDEF DEBUG
196DEBUG = 0
197!ENDIF
198
1#### DO NOT EDIT ####
2# This makefile is automatically generated from the Makefile.msc at
3# the root of the canonical SQLite source tree (not the
4# amalgamation tarball) using the tool/mkmsvcmin.tcl
5# script.
6#
7
8#

--- 182 unchanged lines hidden (view full) ---

191# 4 == SQLITE_WIN32_MALLOC_VALIDATE: Validate the Win32 native heap per call.
192# 5 == SQLITE_DEBUG_OS_TRACE: Enables output from the OSTRACE() macros.
193# 6 == SQLITE_ENABLE_IOTRACE: Enables output from the IOTRACE() macros.
194#
195!IFNDEF DEBUG
196DEBUG = 0
197!ENDIF
198
199
199# Enable use of available compiler optimizations? Normally, this should be
200# non-zero. Setting this to zero, thus disabling all compiler optimizations,
201# can be useful for testing.
202#
203!IFNDEF OPTIMIZATIONS
204OPTIMIZATIONS = 2
205!ENDIF
206

--- 76 unchanged lines hidden (view full) ---

283!IF $(MINIMAL_AMALGAMATION)==0
284OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_FTS3=1
285OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_RTREE=1
286OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_GEOPOLY=1
287OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_JSON1=1
288OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_STMTVTAB=1
289OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_DBPAGE_VTAB=1
290OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_DBSTAT_VTAB=1
200# Enable use of available compiler optimizations? Normally, this should be
201# non-zero. Setting this to zero, thus disabling all compiler optimizations,
202# can be useful for testing.
203#
204!IFNDEF OPTIMIZATIONS
205OPTIMIZATIONS = 2
206!ENDIF
207

--- 76 unchanged lines hidden (view full) ---

284!IF $(MINIMAL_AMALGAMATION)==0
285OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_FTS3=1
286OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_RTREE=1
287OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_GEOPOLY=1
288OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_JSON1=1
289OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_STMTVTAB=1
290OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_DBPAGE_VTAB=1
291OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_DBSTAT_VTAB=1
292OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_BYTECODE_VTAB=1
291OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_DESERIALIZE=1
292!ENDIF
293OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_COLUMN_METADATA=1
294!ENDIF
295
296# Should the session extension be enabled? If so, add compilation options
297# to enable it.
298#

--- 736 unchanged lines hidden ---
293OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_DESERIALIZE=1
294!ENDIF
295OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_COLUMN_METADATA=1
296!ENDIF
297
298# Should the session extension be enabled? If so, add compilation options
299# to enable it.
300#

--- 736 unchanged lines hidden ---