diff options
Diffstat (limited to 'unix/make/Make.Linux-x86_64')
-rw-r--r-- | unix/make/Make.Linux-x86_64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/make/Make.Linux-x86_64 b/unix/make/Make.Linux-x86_64 new file mode 100644 index 00000000..1fadb5f8 --- /dev/null +++ b/unix/make/Make.Linux-x86_64 @@ -0,0 +1,6 @@ +CC=gcc +CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -fPIC -O2 -g -c -I. +O=o +AR=ar +ARFLAGS=rvc +NAN=nan64.$O |