erlang's global lock
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
207 B

  1. {erl_opts, [no_debug_info, deterministic, {i, "include"}, nowarn_unused_function, nowarn_unused_vars, nowarn_export_all]}.
  2. {deps, []}.
  3. {shell, [
  4. % {config, "config/sys.config"},
  5. {apps, [eGLock]}
  6. ]}.