erlang各种有用的函数包括一些有用nif封装,还有一些性能测试case。
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lignes
439 B

il y a 3 ans
il y a 4 ans
  1. {erl_opts, [no_debug_info, deterministic, {i, "include"}, nowarn_unused_function, nowarn_unused_vars, nowarn_export_all]}.
  2. {deps, [
  3. {eFmt, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eFmt.git", {branch, "master"}}},
  4. {eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}
  5. ]}.
  6. % {pre_hooks,
  7. % [{"", compile, "eNpc compile"}]}.
  8. %
  9. % {post_hooks,
  10. % [{"", clean, "eNpc clean"}]}.