1
0
forked from GitHub/gf-core

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 875df01dc6
commit e223d3bdb9

View File

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