1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Fix Perl bindings

This commit is contained in:
Eelco Dolstra 2019-11-07 12:18:37 +01:00
parent 6d2605500f
commit e5bf81256c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 10 additions and 9 deletions

View file

@ -7,8 +7,9 @@ GLOBAL_CXXFLAGS += -g -Wall
OPTIMIZE = 1
ifeq ($(OPTIMIZE), 1)
GLOBAL_CFLAGS += -O3
GLOBAL_CXXFLAGS += -O3
else
GLOBAL_CXXFLAGS += -O0
endif
include mk/lib.mk