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.

12 lignes
327 B

il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
  1. {port_specs, [
  2. {"../../priv/khash.so", ["*.c"]}
  3. ]}.
  4. {port_env, [
  5. % Development compilation
  6. % {".*", "CFLAGS", "$CFLAGS -g -Wall -Werror -fPIC"}
  7. % Production compilation
  8. {"(linux|solaris|darwin|freebsd)", "CFLAGS", "$CFLAGS -Wall -Werror -DNDEBUG -O3"},
  9. {"win32", "CFLAGS", "$CFLAGS /O2 /DNDEBUG /Wall"}
  10. ]}.