mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added -Wall to hunt down warnings
This commit is contained in:
parent
bf932472f1
commit
f7a6c872cc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
# install configuration
|
||||
|
||||
CFLAGS ?= -g
|
||||
CFLAGS ?= -g -Wall
|
||||
CC ?= cc
|
||||
AR ?= ar
|
||||
#CD ?= cd
|
||||
|
|
Loading…
Add table
Reference in a new issue