show (almost) all warnings [ https://nullprogram.com/blog/2023/04/29/ ]
This commit is contained in:
parent
8b7dfbb789
commit
050c63e083
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
|
||||
CC = gcc
|
||||
|
||||
CFLAGS = -g -O2 -Wall
|
||||
CFLAGS = -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-unused-function
|
||||
LIBS = -lm -lX11 -lXext -lhistory -lreadline
|
||||
|
||||
all: mkcard checkrom dump2rom x48
|
||||
|
|
Loading…
Reference in a new issue