sqlite_dev_configuration_flags.gni 359 B

12345678
  1. # Compile-time options passed to SQLite when compiling and building
  2. # the Chromium developer tools amalgamation.
  3. #
  4. # The vast majority of the macros here are documented at
  5. # https://www.sqlite.org/compile.html
  6. #
  7. # This file is read by a GN build script as well as generate_amalgamation.py
  8. sqlite_dev_configuration_flags = [ "SQLITE_ENABLE_EXPLAIN_COMMENTS" ]