kern: default to release config

This commit is contained in:
Michael Scire
2020-09-16 21:18:02 -07:00
parent 3b0ed9cdba
commit 84f17f6a3a
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
*/
#pragma once
#if 1 || defined(AMS_BUILD_FOR_AUDITING)
#if defined(AMS_BUILD_FOR_AUDITING)
#define MESOSPHERE_BUILD_FOR_AUDITING
#endif