Added -Wall to CFLAGS

newfile
Markus Koch 2017-03-24 20:47:54 +01:00
parent c6331711bd
commit cd6e54735d
1 changed files with 1 additions and 0 deletions

View File

@ -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)