We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47857e5 commit 2788f37Copy full SHA for 2788f37
Makefile
@@ -30,8 +30,8 @@ endif
30
# Compile flags
31
#
32
33
-CFLAGS = -I. -O3 -DNDEBUG -std=c11 -fPIC
34
-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
35
LDFLAGS =
36
37
# OS specific
ggml.c
@@ -1,3 +1,4 @@
1
+#define _GNU_SOURCE
2
#include "ggml.h"
3
4
#if defined(_MSC_VER) || defined(__MINGW32__)
0 commit comments