mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
if DEBUG
|
|
AM_CFLAGS=-O0 -g -Wall -Wextra
|
|
else
|
|
AM_CFLAGS=-O2 -g
|
|
endif
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|