1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/perl/Makefile

16 lines
214 B
Makefile
Raw Normal View History

makefiles = local.mk
2021-07-15 07:51:12 -04:00
GLOBAL_CXXFLAGS += -g -Wall -std=c++17 -I ../src
-include Makefile.config
OPTIMIZE = 1
ifeq ($(OPTIMIZE), 1)
GLOBAL_CXXFLAGS += -O3
2019-11-07 06:18:37 -05:00
else
GLOBAL_CXXFLAGS += -O0
endif
include mk/lib.mk