This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Turn on compiler optimizations
Because reasons.
pull/44/head
0.8.2
Paul J. Davis
12 years ago
parent
86f783d868
commit
eab8ab65ca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rebar.config
+ 1
- 1
rebar.config
View File
@ -7,7 +7,7 @@
]}.
{port_env, [
{".*", "CXXFLAGS", "$CXXFLAGS -g -Wall -Werror"},
{".*", "CXXFLAGS", "$CXXFLAGS -g -Wall -Werror
-O3
"},
{"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin)",
"LDFLAGS", "$LDFLAGS -lstdc++"},
Write
Preview
Loading…
Cancel
Save