summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-22 06:13:01 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-22 06:13:01 -0700
commitb99e4f783c20a35a33efd8b33362fc67b290dc94 (patch)
tree8ed2c92e65e49f57d098b51ad3303b3e1e58b2c8 /time
parent643e01e6cbbcb37daa53e8020f099c9822615026 (diff)
time/mktime.c (compile-command): Add "-I."
Diffstat (limited to 'time')
-rw-r--r--time/mktime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/mktime.c b/time/mktime.c
index 5a4f74203d..556787684f 100644
--- a/time/mktime.c
+++ b/time/mktime.c
@@ -662,6 +662,6 @@ main (int argc, char **argv)
/*
Local Variables:
-compile-command: "gcc -DDEBUG -Wall -W -O -g mktime.c -o mktime"
+compile-command: "gcc -DDEBUG -I. -Wall -W -O2 -g mktime.c -o mktime"
End:
*/