Skip to content

Commit a7a7c6a

Browse files
committed
Add -f PIC flag to compiler options
1 parent 56888ab commit a7a7c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ EXECUTABLE = tourexec
22
LIBRARY = libstrategies.so
33

44
COMPILER = gfortran
5-
CFLAGS = -fno-automatic
5+
CFLAGS = -fno-automatic -fPIC
66

77
LINKER = gfortran
88

0 commit comments

Comments
 (0)