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

Added -Wall (enabled all gcc warnings) to CFLAGS definition.

parent 5148e6ab
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ endif
DELETE = rm -fv
CFLAGS = -DJAVASCRIPT -I../mozilla/js/src -I$(XPDEV)
CFLAGS = -Wall -DJAVASCRIPT -I../mozilla/js/src -I$(XPDEV)
ifeq ($(os),FreeBSD) # FreeBSD
CFLAGS += -D_THREAD_SAFE
......
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