summaryrefslogtreecommitdiffstats
path: root/perl/Makefile
blob: 7ddb0cf692cdbd57c69f6cb19bb8cb24ad2c8c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
makefiles = local.mk

GLOBAL_CXXFLAGS += -g -Wall

-include Makefile.config

OPTIMIZE = 1

ifeq ($(OPTIMIZE), 1)
  GLOBAL_CXXFLAGS += -O3
else
  GLOBAL_CXXFLAGS += -O0
endif

include mk/lib.mk