nix-gh/perl/Makefile

15 lines
219 B
Makefile
Raw Normal View History

makefiles = local.mk
2017-03-31 15:31:34 +02:00
GLOBAL_CXXFLAGS += -std=c++14 -g -Wall -include nix/config.h
-include Makefile.config
OPTIMIZE = 1
ifeq ($(OPTIMIZE), 1)
GLOBAL_CFLAGS += -O3
GLOBAL_CXXFLAGS += -O3
endif
include mk/lib.mk