Skip to content

Commit

Permalink
Don't produce position independent executables
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellman committed May 31, 2024
1 parent 59312bc commit 7a57779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ exe: $(OBJS)
$(PRJLIB)/libcuutil.a \
$(PRJLIB)/libcuutilfft.a \
-L$(CUDALIB) -L/usr/lib64 \
--no-pie \
-lcufft -lcudart -lcuda -lc -lm -lpthread \
-o GCtfFind
@echo GCtfFind has been generated.
Expand Down
1 change: 1 addition & 0 deletions makefile10
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ exe: $(OBJS)
$(PRJLIB)/libcuutil.a \
$(PRJLIB)/libcuutilfft.a \
-L$(CUDALIB) -L/usr/lib64 \
--no-pie \
-lcufft -lcudart -lcuda -lc -lm -lpthread \
-o GCtfFind
@echo GCtfFind has been generated.
Expand Down

0 comments on commit 7a57779

Please sign in to comment.