浏览代码

Removede Werror

Werror should not be enabled when distributing source code. Werror is very helpful when developing code, but different compiler versions could easily break builds.
pull/55/head
Steffen Hanikel 11 年前
父节点
当前提交
343326296b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 查看文件

@ -7,7 +7,7 @@
]}.
{port_env, [
{".*", "CXXFLAGS", "$CXXFLAGS -g -Wall -Werror -O3"},
{".*", "CXXFLAGS", "$CXXFLAGS -g -Wall -O3"},
{"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin)",
"LDFLAGS", "$LDFLAGS -lstdc++"},

正在加载...
取消
保存