Skip to content

Commit f9a3af7

Browse files
committed
Small change in Makefile
1 parent 0a43e64 commit f9a3af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CC = gcc
22
RM = rm
33

4-
CFLAGS = -Wall -Wextra -fpic -O2 -fno-strict-aliasing
4+
CFLAGS = -Wall -Wextra -fpic -O2 -fno-strict-aliasing -Wno-unused-parameter
55

66
SYS := $(shell gcc -dumpmachine)
77
ifneq (, $(findstring linux, $(SYS)))

0 commit comments

Comments
 (0)