summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-02-17 15:50:50 -0600
committerDave Parks <davep@lindenlab.com>2010-02-17 15:50:50 -0600
commit74621ff8a8a141d50a3c92430afbe53a9e00edb5 (patch)
treea386a4adcb26de977358205575b085cab3ec8ae2
parent3bca0fceb21c0e08908125608059cec0860bafbe (diff)
Post-review cleanup.
-rw-r--r--indra/cmake/00-Common.cmake2
-rw-r--r--indra/llmessage/llcurl.cpp1
-rw-r--r--indra/llmessage/llcurl.h1
3 files changed, 1 insertions, 3 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake
index 2219311fc7..113e21a715 100644
--- a/indra/cmake/00-Common.cmake
+++ b/indra/cmake/00-Common.cmake
@@ -41,7 +41,7 @@ if (WINDOWS)
"${CMAKE_CXX_FLAGS_RELWITHDEBINFO} /Od /ZI /MD /MP"
CACHE STRING "C++ compiler release-with-debug options" FORCE)
set(CMAKE_CXX_FLAGS_RELEASE
- "${CMAKE_CXX_FLAGS_RELEASE} ${LL_CXX_FLAGS} /O2 /MD /MP"
+ "${CMAKE_CXX_FLAGS_RELEASE} ${LL_CXX_FLAGS} /O2 /Zi /MD /MP"
CACHE STRING "C++ compiler release options" FORCE)
set(CMAKE_CXX_STANDARD_LIBRARIES "")
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index 5212ba1eca..0c919011ac 100644
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -55,7 +55,6 @@
#include "llstl.h"
#include "llsdserialize.h"
#include "llthread.h"
-#include "llvfile.h"
//////////////////////////////////////////////////////////////////////////////
/*
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h
index 5367643289..6ec0a5d8a7 100644
--- a/indra/llmessage/llcurl.h
+++ b/indra/llmessage/llcurl.h
@@ -44,7 +44,6 @@
#include <boost/intrusive_ptr.hpp>
#include <curl/curl.h> // TODO: remove dependency
-#include "llassettype.h"
#include "llbuffer.h"
#include "lliopipe.h"
#include "llsd.h"