Core: Update flags.h
Jeffrey Pfau jeffrey@endrift.com
Tue, 20 Dec 2016 18:59:46 -0800
1 files changed,
8 insertions(+),
0 deletions(-)
jump to
M
src/core/flags.h.in
→
src/core/flags.h.in
@@ -37,6 +37,12 @@ #endif
// USE flags +#ifndef MINIMAL_CORE + +#ifndef USE_DEBUGGERS +#cmakedefine USE_DEBUGGERS +#endif + #ifndef USE_EDITLINE #cmakedefine USE_EDITLINE #endif@@ -83,6 +89,8 @@ #endif
#ifndef USE_ZLIB #cmakedefine USE_ZLIB +#endif + #endif #endif