diff options
author | brad kittenbrink <brad@lindenlab.com> | 2011-04-27 19:20:55 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2011-04-27 19:20:55 -0700 |
commit | 0d5a0cefd4d5b34d3c8e9d06621ec3e1f4e5d46b (patch) | |
tree | 5dd4cd54aa25d5f44421098084e66f9185c9f27e /indra/llcommon | |
parent | 42fe138cbb1af4acbb6851711f8c7f86c65795c0 (diff) | |
parent | 8a265498d02ee9322b5ed6dbd1fae6b60dbe843d (diff) |
Merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 4 |
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}) |