mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +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
|