X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=83afb6ddc482b990ca94430cce04e8b3c9934915;hb=b78a13deadcd14b661cea1c2a8b448cc79b06f63;hp=6ff6081c3658a359f2fd92d106e1e8080045f852;hpb=5b5cdb3a147be2b9649501750edeedcf190fed46;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index 6ff6081c3..83afb6ddc 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -37,6 +37,9 @@ #define WITH_LIBCORE 1 #endif +/* define to 1 to use the ILP solver */ +/* #undef WITH_ILP */ + /* Define to disable assertion checking. */ /* #undef NDEBUG */ @@ -55,11 +58,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