mirror of
https://github.com/mirror/make.git
synced 2026-08-31 03:38:03 +08:00
(CFLAGS): Add some warnings.
This commit is contained in:
@@ -125,7 +125,8 @@ prog := make
|
||||
endif
|
||||
|
||||
ifneq "$(findstring gcc,$(CC))" ""
|
||||
CFLAGS = -g -W -Wunused -Wpointer-arith -Wreturn-type -Wswitch
|
||||
CFLAGS = -g -Wall -Wtraditional -Wid-clash-31 -Wpointer-arith \
|
||||
-Wbad-function-cast -Wconversion
|
||||
else
|
||||
CFLAGS = -g
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user