Преглед изворни кода

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 година
родитељ
комит
307c383821
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Прегледај датотеку

@ -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)",

Loading…
Откажи
Сачувај