Fixed formatting

This commit is contained in:
Davis King 2015-10-27 19:52:00 -04:00
parent eca57b467c
commit d4f5e24587
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ COMPILING DLIB C++ EXAMPLE PROGRAMS
mkdir build; cd build; cmake .. ; cmake --build .
That will build all the examples. If you have a CPU that supports AVX
instructions then turn them on like this:
mkdir build; cd build; cmake .. -DUSE_AVX_INSTRUCTIONS=1 ; cmake --build .
mkdir build; cd build; cmake .. -DUSE_AVX_INSTRUCTIONS=1; cmake --build .
Doing so will make some things run faster.
COMPILING DLIB Python API