Skip to content

Commit

Permalink
prepare v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ifplusor committed May 31, 2020
1 parent 5357a8c commit 8993274
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@ message("buile type: " ${CMAKE_BUILD_TYPE})

if(UNIX)
message("compile for unix-like OS, include OS X and Cygwin")
add_compile_options(-fPIC)
add_compile_options(-Wall -fPIC -fno-strict-aliasing)
if(NOT CMAKE_BUILD_TYPE)
message("not defined CMAKE_BUILD_TYPE, use -O2")
add_compile_options(-O2 -Wall)
add_compile_options(-O2)
endif()
add_compile_options(-g)
elseif(MSVC)
message("compile with MSVC")
add_compile_options(/utf-8 /NODEFAULTLIB:library)
else()
add_compile_options(-fPIC)
add_compile_options(-Wall)
add_compile_options(-g)
add_compile_options(-Wall -fPIC -fno-strict-aliasing)
endif()

set(CMAKE_C_STANDARD 11)
Expand Down
2 changes: 1 addition & 1 deletion actrie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__all__ = ['Matcher', 'Context', 'PrefixMatcher']

__version__ = '3.0.8'
__version__ = '3.0.9'
2 changes: 1 addition & 1 deletion deps/alib

0 comments on commit 8993274

Please sign in to comment.