瀏覽代碼

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…
取消
儲存