Skip to content

Commit

Permalink
Merge branch 'http-pipeline-refactor' into development
Browse files Browse the repository at this point in the history
Conflicts:
	Release/src/http/common/http_helpers.cpp
  • Loading branch information
ras0219-msft committed Apr 14, 2016
2 parents f4c8a47 + 479ebe7 commit 621f0da
Show file tree
Hide file tree
Showing 30 changed files with 1,484 additions and 1,525 deletions.
1 change: 1 addition & 0 deletions Release/CMakeLists.txt
Expand Up @@ -160,6 +160,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
message("-- Setting msvc options")
set(WARNINGS)
add_compile_options(/bigobj)
else()
message("-- Unknown compiler, success is doubtful.")
message("CMAKE_CXX_COMPILER_ID=${CMAKE_CXX_COMPILER_ID}")
Expand Down

0 comments on commit 621f0da

Please sign in to comment.