Skip to content

Instantly share code, notes, and snippets.

@MarSoft
Created November 6, 2015 16:03
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 MarSoft/32b9e9e6332438115127 to your computer and use it in GitHub Desktop.
Save MarSoft/32b9e9e6332438115127 to your computer and use it in GitHub Desktop.
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=c++0x -Wall -W -D_REENTRANT -fPIC -DNOMINMAX -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I3rdParty/leptonica/include -I3rdParty/tesseract/include -I3rdParty/opencv/include -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ocr_test.o ocr_test/ocr_test.cpp
Makefile:726: recipe for target 'ocr_test.o' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment