Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. --- supplements/MatrixSVM/Makefile 2008-11-04 18:34:55.000000000 -0500
  2. +++ supplements.build/MatrixSVM/Makefile 2018-06-19 08:50:14.203123343 -0400
  3. @@ -7,7 +7,7 @@
  4. #
  5.  
  6. CC=gcc # used C-compiler
  7. -CFLAGS= -O3 # release C-Compiler flags
  8. +CFLAGS= -O3 -fPIC # release C-Compiler flags
  9. #CFLAGS= -g -Wall -pedantic # debugging C-Compiler flags
  10. LD=gcc # used linker
  11. LFLAGS=-O3 # linker flags
Add Comment
Please, Sign In to add comment