Get the build working

This commit is contained in:
Justine Tunney 2023-03-15 02:52:31 -07:00
parent 47857e564c
commit 2788f373be
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 3 additions and 2 deletions

View file

@ -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