소스 검색

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"},

불러오는 중...
취소
저장