Skip to content

Commit d76a618

Browse files
committed
Compile runguard with C99 standard for ll printf modifier support.
1 parent 9017fcf commit d76a618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

judge/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ check_float: -lm $(LIBOBJECTS)
2222
check_float$(OBJEXT): -lm $(LIBHEADERS)
2323

2424
runguard: -lm $(LIBCGROUP)
25+
runguard: CFLAGS += -std=c99
2526
runguard$(OBJEXT): $(TOPDIR)/etc/runguard-config.h
2627

2728
# FIXME: compile with diet libc to produce a static binary which is

0 commit comments

Comments
 (0)