- add missing initialization of have_const_functions
[cparser] / driver / firm_cmdline.c
index eb8c754..c3e34ff 100644 (file)
 
 #ifdef _WIN32
 #define DEFAULT_OS OS_SUPPORT_MINGW
-#else
-#ifdef __APPLE__
+#elif defined(__APPLE__)
 #define DEFAULT_OS OS_SUPPORT_MACHO
 #else
 #define DEFAULT_OS OS_SUPPORT_LINUX
 #endif
-#endif
 
 /* optimization settings */
 struct a_firm_opt firm_opt = {
@@ -56,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,