1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

Remove extra '\'.

This commit is contained in:
Yoshihiro Takahashi 2014-09-28 12:12:54 +00:00
parent 2606213f89
commit a580f768cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272249

View File

@ -37,7 +37,7 @@ CFLAGS= -Os \
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
-Winline \
-Winline
CFLAGS.gcc+= -fno-guess-branch-probability \
-fno-unit-at-a-time \