Skip to content

Commit

Permalink
Get the build working
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Mar 15, 2023
1 parent 47857e5 commit 2788f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ggml.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include "ggml.h"

#if defined(_MSC_VER) || defined(__MINGW32__)
Expand Down

0 comments on commit 2788f37

Please sign in to comment.