make -fsync default
authorMatthias Braun <matze@braunis.de>
Sun, 21 Sep 2008 22:48:19 +0000 (22:48 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 21 Sep 2008 22:48:19 +0000 (22:48 +0000)
[r22157]

driver/firm_cmdline.c

index 12587e7..c3e34ff 100644 (file)
@@ -54,7 +54,7 @@ struct a_firm_opt firm_opt = {
   /* alias_analysis  = */ TRUE,
   /* strict_alias    = */ FALSE,
   /* no_alias        = */ FALSE,
-  /* sync            = */ FALSE,
+  /* sync            = */ TRUE,
   /* deconv          = */ FALSE,
   /* cc_opt          = */ TRUE,
   /* bool_opt        = */ FALSE,