def load_performance_linux_x64_linux_x64_settings(conf): """ Setup all compiler and linker settings shared over all linux_x64_linux_x64 configurations for the 'performance' configuration """ conf.load_linux_x64_linux_x64_common_settings() # Load additional shared settings conf.load_performance_cryengine_settings() conf.load_performance_clang_settings() conf.load_performance_linux_settings() conf.load_performance_linux_x64_settings()
def load_performance_linux_x64_linux_x64_clang_settings(conf): """ Setup all compiler and linker settings shared over all linux_x64_linux_x64_clang configurations for the 'performance' configuration """ v = conf.env conf.load_linux_x64_linux_x64_clang_common_settings() # Load addional shared settings conf.load_performance_cryengine_settings() conf.load_performance_clang_settings() conf.load_performance_linux_settings() conf.load_performance_linux_x64_settings()