1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00

Turn off debug builds

This commit is contained in:
OJ 2017-08-09 15:59:37 +10:00
parent a10938e5a0
commit 2cd4f3cf98
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597

View File

@ -6,7 +6,7 @@
#define _METERPRETER_SOURCE_COMMON_COMMON_H
/*! @brief Set to 0 for "normal", and 1 to "verbose", comment out to disable completely. */
#define DEBUGTRACE 0
//#define DEBUGTRACE 0
#include <stdlib.h>
#include <stdio.h>