Display EXIF tags on document info panel, remove march=native on openjp

This commit is contained in:
2020-02-09 13:21:19 -05:00
parent 75f99025d9
commit 1ce8b298a1
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ mv mupdf/build/release/libmupdf-third.a .
# openjp2
cd openjpeg
cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-O3 -march=native -DNDEBUG -fPIC"
cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-O3 -DNDEBUG -fPIC"
make -j $THREADS
cd ..
mv openjpeg/bin/libopenjp2.a .