浏览代码

Fix compiler warnings being hidden by default (ouch)

default_compile_flags
vector-of-bool 3 年前
父节点
当前提交
efa04f08fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/dds/cli/options.hpp

+ 1
- 1
src/dds/cli/options.hpp 查看文件

@@ -111,7 +111,7 @@ struct options {
path project_dir = fs::current_path();

// Compile and build commands with `--no-warnings`/`--no-warn`
bool disable_warnings = true;
bool disable_warnings = false;
// Compile and build commands' `--jobs` parameter
int jobs = 0;
// Compile and build commands' `--toolchain` option:

正在加载...
取消
保存