Sfoglia il codice sorgente

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 anni fa
parent
commit
343326296b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Vedi File

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

Caricamento…
Annulla
Salva