about summary refs log tree commit diff
path: root/perl/Makefile
blob: 41a32576e9b6de0056e7b0029fd905c33bc89ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
makefiles = local.mk

GLOBAL_CXXFLAGS += -std=c++11 -g -Wall

-include Makefile.config

OPTIMIZE = 1

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

include mk/lib.mk