summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2011-04-27 16:02:30 -0700
committerbrad kittenbrink <brad@lindenlab.com>2011-04-27 16:02:30 -0700
commit8a265498d02ee9322b5ed6dbd1fae6b60dbe843d (patch)
treefbed43ec7f1d3b7baa816c8de8b0cc2cadd5ee6d /indra/llcommon
parent36986de1fc1437f509d120b79430c87575e755b1 (diff)
parentf4540fab4887f6fe54ed6472c4b2458e3ac745d5 (diff)
Merge.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 22e0705036..800bf8eba9 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -268,6 +268,10 @@ if(LLCOMMON_LINK_SHARED)
add_definitions(-fPIC)
endif(WINDOWS)
endif(NOT WORD_SIZE EQUAL 32)
+ if(WINDOWS)
+ # always generate llcommon.pdb, even for "Release" builds
+ set_target_properties(llcommon PROPERTIES LINK_FLAGS "/DEBUG")
+ endif(WINDOWS)
ll_stage_sharedlib(llcommon)
else(LLCOMMON_LINK_SHARED)
add_library (llcommon ${llcommon_SOURCE_FILES})