Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
archived/Makefile.local.mk-dist
2011-01-13 15:36:58 +01:00

15 lines
395 B
Text

# Enable debug
# DEBUG = 1
# Verbose output
# VERBOSE = 1
# database adapter, mysql is default
# Note: mysql is recomended, the mongo driver is not stable and you have to figure out
# how to install the libray and header files by yourself.
# database = mysql
# database = mongo
# Uncomment this if you don't have memrchr on your system. (GNU extension as of >=glibc 2.1.91)
# NO_MEMRCHR = 1