Ver código fonte

Disable strict aliasing

This is motivated by issue #60 to see if we can get away with `-O3`
while still handling the cast of a `Decoder**` to `void**`.

Fixes #60
pull/65/head 0.11.2
Paul J. Davis 11 anos atrás
pai
commit
307c383821
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Ver arquivo

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

Carregando…
Cancelar
Salvar