Enable PR_LOGs on release builds.

This commit is contained in:
dp%netscape.com 1999-06-28 21:51:46 +00:00
Родитель 3759b30155
Коммит 8dbc732c42
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -27,7 +27,6 @@
#include "prsystem.h"
#include "prprf.h"
#include "xcDll.h"
#include "prlog.h"
#include "prerror.h"
#include "prmem.h"
@ -35,7 +34,8 @@
#include "prthread.h" /* XXX: only used for the NSPR initialization hack (rick) */
// Logging of debug output
#define FORCE_PR_LOG // Allow logging in release builds
#define FORCE_PR_LOG /* Allow logging in the release build */
#include "prlog.h"
PRLogModuleInfo* nsComponentManagerLog = NULL;
// Enable printing of critical errors on screen even for release builds