summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2018-03-10 15:14:12 +0300
committerOleg Morozenkov <m@oleg.rocks>2018-03-10 15:14:12 +0300
commit6f8c497df3c45fac58d0da0af8ca1e98f6bf2ed3 (patch)
treeda8d869a0a3744ee94308778c46924735986644f
parentd169a7bc44fcdc7e2faac7886aa131fa1471b2de (diff)
Revert "Fixes #40"
This reverts commit d169a7bc44fcdc7e2faac7886aa131fa1471b2de.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae25f65..ea765ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ project(TgBot)
option(ENABLE_TESTS "Set to ON to enable building of tests" OFF)
### sources
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -W3")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
include_directories(include)
set(SRC_LIST
src/Api.cpp