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

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

-include Makefile.config

OPTIMIZE = 1

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

include mk/lib.mk