Skip to content

Commit

Permalink
2.2.1: fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Jul 21, 2022
1 parent 12683a6 commit 10d0204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PNAME = libccm
PVERSO = 2
PVER = $(PVERSO).2.1
CFLAGS = -Wall -march=native -O2 -ansi
ifeq ($(shell uname --machine), x86_64)
ifneq ($(shell uname -m), i386)
CFLAGS += -fPIC
endif
LDFLAGS = -s
Expand Down

0 comments on commit 10d0204

Please sign in to comment.