mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
add -funsigned-char to RAGEL_C_FLAGS, move util build after that
This commit is contained in:
parent
9f8758d270
commit
101f6083b0
@ -544,7 +544,6 @@ endif()
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${ARCH_C_FLAGS}")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ARCH_CXX_FLAGS}")
|
||||
|
||||
add_subdirectory(util)
|
||||
add_subdirectory(doc/dev-reference)
|
||||
|
||||
# PCRE check, we have a fixed requirement for PCRE to use Chimera
|
||||
@ -604,6 +603,8 @@ set_source_files_properties(
|
||||
|
||||
ragelmaker(src/parser/control_verbs.rl)
|
||||
|
||||
add_subdirectory(util)
|
||||
|
||||
SET(hs_HEADERS
|
||||
src/hs.h
|
||||
src/hs_common.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user