# -*- coding: utf-8 -*- [workspace] resolver = "2" members = [ "game_gui", "graphics", "physics", "voxel", "walleng", ] [profile.release] lto = "thin" #debug = 1 [profile.test] opt-level = 2 [profile.dev] opt-level = 2 [profile.bench] lto = "thin" # vim: ts=4 sw=4 expandtab