Changeset a75617 in git


Ignore:
Timestamp:
Jun 26, 2018, 12:11:35 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f2c5af9818493e0f0e67d0b04f50bef4838787ed
Parents:
ec4c63684b1fab2fba6e1fb9b8e21b44a7e803a0
Message:
fix factory: move default switches to factory/cf_switches.cc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    rec4c63 ra75617  
    13101310{
    13111311// factory default settings: -----------------------------------------------
    1312   On(SW_USE_EZGCD);
    1313   On(SW_USE_CHINREM_GCD);
    1314   //On(SW_USE_FF_MOD_GCD);
    1315   On(SW_USE_EZGCD_P);
    1316   On(SW_USE_QGCD);
    1317   Off(SW_USE_NTL_SORT); // may be changed by an command line option
     1312  //Off(SW_USE_NTL_SORT); // may be changed by an command line option
    13181313  factoryError=WerrorS;
    13191314
  • factory/cf_switches.cc

    rec4c63 ra75617  
    3535#endif
    3636  On(SW_USE_EZGCD);
    37   //On(SW_USE_EZGCD_P); // still testing
     37  On(SW_USE_EZGCD_P);
    3838  On(SW_USE_QGCD);
    3939}
Note: See TracChangeset for help on using the changeset viewer.