Skip to content
Snippets Groups Projects
Commit afd2eaa7 authored by rswindell's avatar rswindell
Browse files

Enable all gcc warnings.

parent 2c221fb6
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ DEBUG = 1 # Comment out for release (non-debug) version ...@@ -15,6 +15,7 @@ DEBUG = 1 # Comment out for release (non-debug) version
CC = gcc CC = gcc
SLASH = / SLASH = /
OFILE = o OFILE = o
CFLAGS = -Wall
ifndef $(os) ifndef $(os)
os = $(shell uname) os = $(shell uname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment