Skip to content

Instantly share code, notes, and snippets.

@LebedevRI
Created October 19, 2014 16:45
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 LebedevRI/fd3cefc626164f146988 to your computer and use it in GitHub Desktop.
Save LebedevRI/fd3cefc626164f146988 to your computer and use it in GitHub Desktop.
cd ~/darktable/build/ && rm -rf * && LDFLAGS="-fsanitize=address -fno-omit-frame-pointer" CFLAGS="-fsanitize=address -fno-omit-frame-pointer" CXXFLAGS="-fsanitize=address -fno-omit-frame-pointer" CC=gcc CXX=g++ cmake -DUSE_OPENCL=OFF ../ && make -j9 && sudo make -j9 install && darktable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment