|
|
|
@@ -230,6 +230,9 @@ def configure(conf): |
|
|
|
display_msg("Library directory", conf.env['LIBDIR'], 'CYAN') |
|
|
|
display_msg("Drivers directory", conf.env['ADDON_DIR'], 'CYAN') |
|
|
|
display_feature('Build debuggable binaries', conf.env['BUILD_DEBUG']) |
|
|
|
display_msg('C compiler flags', repr(conf.env['CCFLAGS'])) |
|
|
|
display_msg('C++ compiler flags', repr(conf.env['CXXFLAGS'])) |
|
|
|
display_msg('Linker flags', repr(conf.env['LINKFLAGS'])) |
|
|
|
display_feature('Build doxygen documentation', conf.env['BUILD_DOXYGEN_DOCS']) |
|
|
|
display_feature('Build with engine profiling', conf.env['BUILD_WITH_PROFILE']) |
|
|
|
display_feature('Build with 32/64 bits mixed mode', conf.env['BUILD_WITH_32_64']) |
|
|
|
|