Browse Source

Remove some old cruft from rebar.config

I must've originally copied this config from Emonk.
pull/32/merge
Paul J. Davis 12 years ago
parent
commit
ee788ca28f
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      rebar.config

+ 0
- 4
rebar.config View File

@ -1,12 +1,8 @@
{port_specs, [{"priv/jiffy.so", ["c_src/*.c"]}]}.
{port_env, [
%% Link the spidermonkey library
{".*", "CFLAGS", "$CFLAGS -g -Wall"},
%% Make sure to link -lstdc++ on linux or solaris
{"(linux|solaris)", "LDFLAGS", "$LDFLAGS -lstdc++"},
%% OS X Leopard flags for 64-bit
{"darwin9.*-64$", "CXXFLAGS", "-m64"},
{"darwin9.*-64$", "LDFLAGS", "-arch x86_64"},

Loading…
Cancel
Save