diff Makefile @ 13:32b063f6bb2c

misc: update documentation
author David Demelier <markand@malikania.fr>
date Thu, 06 Feb 2020 10:40:32 +0100
parents 93f0440d452e
children a5035bcbf7a8
line wrap: on
line diff
--- a/Makefile	Thu Feb 06 10:29:02 2020 +0100
+++ b/Makefile	Thu Feb 06 10:40:32 2020 +0100
@@ -19,7 +19,7 @@
 .POSIX:
 
 CC=             cc
-CFLAGS=         -Wall -Wextra -std=c18 -pedantic -D_XOPEN_SOURCE=700 -DNDEBUG -O3
+CFLAGS=         -std=c18 -pedantic -D_XOPEN_SOURCE=700 -DNDEBUG -O3
 LDFLAGS=        -static -lkcgi -lkcgihtml -lz
 
 SRCS=           config.c database.c http.c log.c pasterd.c paste.c util.c