Skip to content

Commit

Permalink
Flag for Position Independent Code
Browse files Browse the repository at this point in the history
  • Loading branch information
reinismu authored and ggerganov committed Dec 8, 2022
1 parent 5682262 commit 0f98755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ endif
# Compile flags
#

CFLAGS = -I. -O3 -std=c11
CXXFLAGS = -I. -I./examples -O3 -std=c++11
CFLAGS = -I. -O3 -std=c11 -fPIC
CXXFLAGS = -I. -I./examples -O3 -std=c++11 -fPIC
LDFLAGS =

# OS specific
Expand Down

0 comments on commit 0f98755

Please sign in to comment.