Fix the build job on macos-latest.

After commit a022cc0 removed the `-std` flag from Makefile (and re2.pc),
this job started failing on macos-latest. I'm guessing that "AppleClang"
is staying with `-ansi` (i.e. `-std=c89` or `-std=c++98`) as the default
whereas upstream Clang changes the default over time much like GCC does.
Thus, set the `-std` flag explicitly just to get this job passing again.
(The other two flags are the default provided for CXXFLAGS in Makefile.)

Change-Id: I54defdcb1410cd966c4a2ee9dc32606c149a775c
Reviewed-on: https://code-review.googlesource.com/c/re2/+/59610
Reviewed-by: Perry Lorier <perryl@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
1 file changed