mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Fix Perl bindings
This commit is contained in:
parent
6d2605500f
commit
e5bf81256c
4 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue