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/openbsd3-config.py')
-rw-r--r--config/openbsd3-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/openbsd3-config.py b/config/openbsd3-config.py
index cd46d11867e..49a0c824cd7 100644
--- a/config/openbsd3-config.py
+++ b/config/openbsd3-config.py
@@ -155,8 +155,9 @@ LLIBS = 'm stdc++ pthread util'
##LOPTS = --dynamic
##DYNLDFLAGS = -shared $(LDFLAGS)
-BF_PROFILE_CCFLAGS = ['-pg', '-g']
BF_PROFILE = False
+BF_PROFILE_CCFLAGS = ['-pg','-g']
+BF_PROFILE_LINKFLAGS = ['-pg']
BF_DEBUG = False
BF_DEBUG_CCFLAGS = ['-g']