瀏覽代碼

Remove some old cruft from rebar.config

I must've originally copied this config from Emonk.
pull/32/merge
Paul J. Davis 12 年之前
父節點
當前提交
ee788ca28f
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. +0
    -4
      rebar.config

+ 0
- 4
rebar.config 查看文件

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