Skip to content

Commit 3e10378

Browse files
authored
-std=c89 -> -ansi
1 parent 9f41ae1 commit 3e10378

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,4 +1,4 @@
1-
CFLAGS=-std=c89 -O3 -Wpedantic -Werror
1+
CFLAGS=-ansi -O3 -Wpedantic -Werror
22

33
all: hostsblock
44

0 commit comments

Comments
 (0)