We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01a96a commit 73bcbe7Copy full SHA for 73bcbe7
1 file changed
app/ui/view.h
@@ -30,13 +30,9 @@
30
#endif
31
32
33
-#ifndef PRODUCTION_BUILD
34
-#define PRODUCTION_BUILD 0
35
-#endif
36
-
37
// By default our builds are not production ready
38
-// Unless we specificaly define PRODUCTION_BUILD to 1
39
-#if (PRODUCTION_BUILD == 0)
+// Unless we specifically define PRODUCTION_BUILD to 1
+#if !defined(PRODUCTION_BUILD) || !PRODUCTION_BUILD
40
#undef MENU_MAIN_APP_LINE1
41
#undef MENU_MAIN_APP_LINE2
42
0 commit comments