Browse Source

Merge 343326296b into 1e95a84b0c

pull/55/merge
Steffen Hanikel 11 years ago
parent
commit
f113fd4bee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View 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++"},

Loading…
Cancel
Save