mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-24 11:07:11 +02:00
Integrate MaxmindDB module.
This commit is contained in:
7
module/Vendor/MaxmindDB/common.mk
vendored
Normal file
7
module/Vendor/MaxmindDB/common.mk
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
if DEBUG
|
||||
AM_CFLAGS=-O0 -g -Wall -Wextra
|
||||
else
|
||||
AM_CFLAGS=-O2 -g
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
Reference in New Issue
Block a user