Skip to content
Snippets Groups Projects
Commit c76c97cf authored by Dan Hirsch's avatar Dan Hirsch
Browse files

Allowed clang's scan-build to work

parent 0284c99f
No related branches found
No related tags found
No related merge requests found
CFLAGS := $(shell pkg-config --cflags glib-2.0) -std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-attributes
LDFLAGS := $(shell pkg-config --libs glib-2.0)
CC := gcc
CC ?= gcc
$(info CC=$(CC))
# Set V=1 for verbose mode...
V := 0
V ?= 0
CFLAGS += -DINCLUDE_TESTS $(EXTRA_CFLAGS)
HUSH = $(TOPLEVEL)/lib/hush
......
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