Go to the documentation of this file.
4 #define POTION_VERSION "0.3"
5 #define POTION_DATE "2014-10-09"
6 #define POTION_COMMIT "92c53ca"
7 #define POTION_REV 2072
9 #define POTION_CFLAGS "-D_GNU_SOURCE -fno-strict-aliasing -msse2 -D_FORTIFY_SOURCE=2 -DCGOTO -O3 -DNDEBUG -finline -fno-stack-protector -Wall -Wno-variadic-macros -Wno-pointer-arith -Wno-return-type -Wno-unused-value -Wno-switch -Wno-unused-label"
10 #define POTION_LDFLAGS ""
11 #define POTION_MAKE "gmake"
12 #define POTION_PREFIX "/usr/local"
14 #define POTION_DLL ".dylib"
15 #define POTION_LOADEXT ".bundle"
16 #define POTION_WIN32 0
18 #define POTION_JIT_TARGET POTION_X86
19 #define POTION_JIT_NAME x86
23 #define POTION_PLATFORM "x86_64-apple-darwin14.1.0"
24 #define POTION_LIBEXT ".a"
28 #define DOUBLE_SIZE_T 8
30 #define SHORT_SIZE_T 2
32 #define LONGLONG_SIZE_T 8
33 #define PN_LITTLE_ENDIAN 1
34 #define POTION_PAGESIZE 4096
35 #define POTION_STACK_DIR -1
36 #define HAVE_ASAN_ATTR 1