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

GLOBAL_CXXFLAGS += -g -Wall

-include Makefile.config

OPTIMIZE = 1

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

include mk/lib.mk