Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
343326296b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Näytä tiedosto

@ -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++"},

Ladataan…
Peruuta
Tallenna