ReadMe: update some typo

This commit is contained in:
Nick Peng
2023-02-24 19:52:38 +08:00
parent 2ca4c92c9f
commit b473b9c6e1
4 changed files with 23 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ ifndef CFLAGS
ifdef DEBUG
CFLAGS = -g
else
CFLAGS = -O2 -g
CFLAGS = -O2
endif
CFLAGS +=-Wall -Wstrict-prototypes -fno-omit-frame-pointer -Wstrict-aliasing -funwind-tables -Wmissing-prototypes -Wshadow -Wextra -Wno-unused-parameter -Wno-implicit-fallthrough
endif