diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-04 19:09:49 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-04 19:09:49 -0400 |
commit | 30cd9f7d475f67a65490774ab6d5a932c380494c (patch) | |
tree | 52a1e9e91253e401a049cfc485af10d1d14fffb4 /indra/llcommon/CMakeLists.txt | |
parent | 1aee76cf57de2a206bfa464257b1af44acc3fc9c (diff) | |
parent | 032e5d30c07b77402c9f38365a5b2d424ae25271 (diff) |
merge changes for storm-1141
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-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}) |