fix typo
This commit is contained in:
parent
0bc047730f
commit
731ecc0d1b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ add_executable(${TARGET} server.cpp json.hpp httplib.h)
|
|||
target_compile_definitions(${TARGET} PRIVATE
|
||||
# single thread
|
||||
CPPHTTPLIB_THREAD_POOL_COUNT=1
|
||||
# crash the server in the debug mode, otherwise send http 500 error
|
||||
# crash the server in debug mode, otherwise send an http 500 error
|
||||
$<$<CONFIG:Debug>:
|
||||
CPPHTTPLIB_NO_EXCEPTIONS=1
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue