X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=a56b4bcf1bc76125e66e31ea05a1bf57d043e09b;hb=b995ec8c1e340f29f5db7c93e7ef4c77cd9adcee;hp=8731236285b32165be178a79b7a86a168353c7ec;hpb=59bd968830781f9d0902dc0ad4a2074a5fbc256b;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index 873123628..a56b4bcf1 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -38,7 +38,15 @@ #endif /* define to 1 to use the ILP solver */ -/* #undef WITH_ILP */ +#ifndef WITH_ILP +#define WITH_ILP 1 +#endif + +/* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */ +/* #undef WITH_JVM */ + +/* define to 1 to enable STA backend */ +/* #undef WITH_STA */ /* Define to disable assertion checking. */ /* #undef NDEBUG */ @@ -58,11 +66,6 @@ #define FIRM_ENABLE_HOOKS 1 #endif -/* Define to 1 if Firm inplace edges are activated */ -#ifndef FIRM_EDGES_INPLACE -#define FIRM_EDGES_INPLACE 1 -#endif - #ifdef USE_INLINING #ifndef INLINE #define INLINE __inline