Make the -fcclazy configuration option visible in the build info in the GF Shell welcome message

This commit is contained in:
hallgren
2011-09-05 15:20:39 +00:00
parent ce714fa723
commit 9b44a2248e

View File

@@ -13,3 +13,6 @@ buildInfo =
#ifdef SERVER_MODE
++" server"
#endif
#ifdef CC_LAZY
++ " cclazy"
#endif