[FREELDR]: On ARM, don't turn on maximum, hyper, ultra-slow debugging and analysis...
[reactos.git] / reactos / boot / freeldr / freeldr / rtl / bget.c
index cff04fa..60f0dca 100644 (file)
                                         all buffers allocated are a
                                         multiple of this size.  This
                                         MUST be a power of two. */
+#ifndef _M_ARM
 
 #define BufDump     1                /* Define this symbol to enable the
                                         bpoold() function which dumps the
 #define BECtl      1                 /* Define this symbol to enable the
                                         bectl() function for automatic
                                         pool space control.  */
+#else
+#endif
 
 #include <stdio.h>