File: common.mk

package info (click to toggle)
libmaxminddb 1.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,544 kB
  • sloc: ansic: 6,925; perl: 444; sh: 175; makefile: 165
file content (7 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
if DEBUG
AM_CFLAGS=-O0 -g -Wall -Wextra
else
AM_CFLAGS=-O2 -g
endif

AM_CPPFLAGS = -I$(top_srcdir)/include