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
path: root/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-05 04:09:40 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-05 04:09:40 +0300
commit3d3f5d1640d5eca8d144d0f348eb08c25298039e (patch)
treee5687179e2de90ea1e9b51d824daa7a07bb8d684 /config
parenteb5705374eba3a60c0b9dbaf76d658e559d709a5 (diff)
+ WITH_BF_OPENAL=0 should now actually not need OpenAL stuff
* BF_PROFILE_FLAGS to list form
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index ec4b283c4d3..69ef71c4371 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -132,7 +132,7 @@ LLIBS = 'util c m dl pthread stdc++'
##LOPTS = --dynamic
##DYNLDFLAGS = -shared $(LDFLAGS)
-BF_PROFILE_FLAGS = ' -pg -g '
+BF_PROFILE_FLAGS = ['-pg','-g']
BF_PROFILE = 'false'
BF_DEBUG = 'false'