Skip to content

Instantly share code, notes, and snippets.

@Pitometsu
Created June 23, 2019 18:42
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 Pitometsu/5045139d771d7030999286220f29cac9 to your computer and use it in GitHub Desktop.
Save Pitometsu/5045139d771d7030999286220f29cac9 to your computer and use it in GitHub Desktop.
hardcoded linkpaths
THIRDPARTY = /c/linux/xlibs
OBJDIR = out
CXX = g++8
CXX_LANG = 17
CXXFLAGS = $(TARGET) -Wall -I$(THIRDPARTY)/include -I$(THIRDPARTY)/include/jerasure --std=c++$(CXX_LANG) -O2
LNKFLAGS = -L $(THIRDPARTY)/lib -lpbc -lJerasure -lgf_complete -lgmp -lcrypto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment