diff --git a/CMakeLists.txt b/CMakeLists.txt index 34c3939..8e74555 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8) project(mdiary) #set(CMAKE_BUILD_TYPE Release) +set(CMAKE_C_FLAGS "-Wall") find_package(PkgConfig REQUIRED) pkg_check_modules(GLIB2 REQUIRED glib-2.0)