To compile the new transform code with make, add the following to
user-def.mk: export NAN_NEW_TRANSFORM=true
This commit is contained in:
@@ -58,6 +58,11 @@ ifeq ($(NAN_NO_KETSJI), true)
|
||||
CPPFLAGS += -DNO_KETSJI
|
||||
endif
|
||||
|
||||
# Support for new transform code ---------------------------------------
|
||||
ifeq ($(NAN_NEW_TRANSFORM), true)
|
||||
CPPFLAGS += -DNEWTRANSFORM
|
||||
endif
|
||||
|
||||
# OS dependent parts ---------------------------------------------------
|
||||
|
||||
ifeq ($(OS),beos)
|
||||
|
||||
Reference in New Issue
Block a user