Commit 0aaf8708 by Ramsay Jones

Makefile(s): Add -Wextra to CFLAGS

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
parent 4386ee2a
......@@ -25,7 +25,7 @@ ifdef MSVC
uname_S := Windows
endif
CFLAGS = -g -O2 -Wall
CFLAGS = -g -O2 -Wall -Wextra
OS = unix
EXTRA_SRC =
......
......@@ -10,7 +10,7 @@ ifdef MSVC
uname_S := Windows
endif
CFLAGS = -g -O2 -Wall
CFLAGS = -g -O2 -Wall -Wextra
LIBS = -L.. -lgit2 -lz
OS = unix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment