Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2009-03-23 22:52:49 +0300
committerKent Mein <mein@cs.umn.edu>2009-03-23 22:52:49 +0300
commit80319e5b518c689a4ac37da84aa533f36b1a261a (patch)
tree42ae5f36c95a8caecc5f12af791b29c585eaec71 /source/nan_definitions.mk
parent617bb7ac4598d281db6335520ae1bf423d87a1c6 (diff)
Added BF_PROFILE (same name as in scons files) option.
Set it to true to build with -pg Also I added CCFLAGS to final link of targets. Not sure why it wasn't there before. Kent
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index cc7561ff9b1..7a709c11432 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -75,6 +75,7 @@ else
export NAN_SOLID ?= $(LCGDIR)/solid
export NAN_QHULL ?= $(LCGDIR)/qhull
endif
+ export BF_PROFILE ?= false
export NAN_USE_BULLET ?= true
export NAN_BULLET2 ?= $(LCGDIR)/bullet2
export NAN_SUMO ?= $(SRCHOME)/gameengine/Physics/Sumo