mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +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
|