logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 7cb95bdb47ea0112340c4773ec6aaf0f6e4b5a34
parent 989741c67720f96f8729d44ec1efe3e462761172
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date:   Wed, 10 Jun 2015 20:00:33 +0200

Adding back compiler options from the original Makefile + a few extra ones

Diffstat:
MCMakeLists.txt | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -8,5 +8,9 @@ ############################################################################### cmake_minimum_required (VERSION 2.6) + project (logswan C) + +add_definitions(-Wall -Wextra -Werror -std=c99 -pedantic) + add_executable(logswan src/logswan.c)