Now closes file if connection is interrupted in default_resource example. Also some minor cleanup.
This commit is contained in:
parent
1a39476f92
commit
fa1efed7f0
4 changed files with 31 additions and 21 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 2.8)
|
||||
project (Simple-Web-Server)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3 -Wall")
|
||||
|
||||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
|
||||
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue