1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2012-09-17 22:09:01 +08:00
parent ac6b04ab32
commit be595e7fcb
2 changed files with 3 additions and 3 deletions

View File

@ -89,11 +89,11 @@ message("Cannot locate config.h for fontforge")
endif()
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wunused-function")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2")
#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ggdb")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wunused-function")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
# clang compiler need c++11 flag
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")

2
TODO
View File

@ -1,6 +1,6 @@
rename single-html -> embed-font/image/css ...
bug found in baidu & mail
bug found in baidu & mail & FCM
option for tounicode-map
get unicode from charname using fontforge (test with 'Font' croc.pdf)