Get the build working

mmap
Justine Tunney 3 years ago
parent 47857e564c
commit 2788f373be
No known key found for this signature in database
GPG Key ID: BE714B4575D6E328

@ -30,8 +30,8 @@ endif
# Compile flags
#
CFLAGS = -I. -O3 -DNDEBUG -std=c11 -fPIC
CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC
CFLAGS = -I. -O3 -DNDEBUG -std=c11 -fPIC -g -fno-omit-frame-pointer
CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -g -fno-omit-frame-pointer
LDFLAGS =
# OS specific

@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include "ggml.h"
#if defined(_MSC_VER) || defined(__MINGW32__)

Loading…
Cancel
Save