Extra warnings
This commit is contained in:
parent
9d83fd1975
commit
9c23dc5653
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
CFLAGS ?= -Wall -fPIC -Ihash -O2
|
CFLAGS ?= -Wall -Wextra -fPIC -Ihash -O2
|
||||||
AR ?= ar
|
AR ?= ar
|
||||||
ARFLAGS ?= rcs
|
ARFLAGS ?= rcs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue