Skip to content

Instantly share code, notes, and snippets.

@sebhtml
Created June 19, 2018 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebhtml/ffce81d1be8b6839a4e02e9b6f60ab4d to your computer and use it in GitHub Desktop.
Save sebhtml/ffce81d1be8b6839a4e02e9b6f60ab4d to your computer and use it in GitHub Desktop.
HIV-dskernel patch
--- supplements/MatrixSVM/Makefile 2008-11-04 18:34:55.000000000 -0500
+++ supplements.build/MatrixSVM/Makefile 2018-06-19 08:50:14.203123343 -0400
@@ -7,7 +7,7 @@
#
CC=gcc # used C-compiler
-CFLAGS= -O3 # release C-Compiler flags
+CFLAGS= -O3 -fPIC # release C-Compiler flags
#CFLAGS= -g -Wall -pedantic # debugging C-Compiler flags
LD=gcc # used linker
LFLAGS=-O3 # linker flags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment