summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2011-05-03 17:52:52 -0700
committerbrad kittenbrink <brad@lindenlab.com>2011-05-03 17:52:52 -0700
commit032e5d30c07b77402c9f38365a5b2d424ae25271 (patch)
treeb21cfae1240d222f1cf82c9154e7bbdcf5fe57e5 /indra/llcommon
parentb9bb792c478d703c6442351ecb563c0a67f77111 (diff)
parent0d5a0cefd4d5b34d3c8e9d06621ec3e1f4e5d46b (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})