We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c267127 commit 7f79851Copy full SHA for 7f79851
src/SDL/main.m
@@ -192,6 +192,12 @@ int main(int argc, char *argv[])
192
"\n"
193
"Options marked with \"*\" are available only in Test Release configuration.\n"
194
"Version "OO_VERSION_FULL"\n"
195
+ "Debug functionality enabled (Test Release): "
196
+#ifndef NDEBUG
197
+ "yes\n"
198
+#else
199
+ "no\n"
200
+#endif
201
"Built with "
202
#if OOLITE_HAVE_CLANG
203
"Clang version " STRINGIFY(__clang_major__) "." STRINGIFY(__clang_minor__) "." STRINGIFY(__clang_patchlevel__)
0 commit comments