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:
Diffstat (limited to 'config/linux2-config.py')
-rw-r--r--config/linux2-config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 19b62dd2395..70bb827a67c 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -199,6 +199,7 @@ LLIBS = 'util c m dl pthread stdc++'
BF_PROFILE = False
BF_PROFILE_CCFLAGS = ['-pg','-g']
+BF_PROFILE_LINKFLAGS = ['-pg']
BF_DEBUG = False
BF_DEBUG_CCFLAGS = ['-g']