erlang各种有用的函数包括一些有用nif封装,还有一些性能测试case。
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
166 B

  1. {port_specs, [
  2. {"../../priv/mqtree.so", ["*.c"]}
  3. ]}.
  4. {port_env, [
  5. {"CFLAGS", "$CFLAGS -std=c99 -g -O2 -Wall"},
  6. {"LDFLAGS", "$LDFLAGS -lpthread"}
  7. ]}.