diff options
author | brad kittenbrink <brad@lindenlab.com> | 2011-05-05 15:39:18 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2011-05-05 15:39:18 -0700 |
commit | 62b1791d7a3aaed34b39e5bad53389ef312ccad8 (patch) | |
tree | 00670baf845fd1eea26670109b48dc8fab35dae9 /indra/llcommon | |
parent | ebda8f883b742de82db74cab993612737f5dec9e (diff) | |
parent | def9f9290e661e6a35b7b255eb71b6e2767fdea0 (diff) |
Merged latest lindenlab/viewer-development with brad_linden/viewer-mustbuildfaster-0.
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}) |