mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Re-do our customizations to re2.
This commit is contained in:
parent
2e35cc66e7
commit
8379045461
1
extern/re2/.gitignore
vendored
1
extern/re2/.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
core
|
||||
obj/
|
||||
benchlog.*
|
||||
builds/
|
||||
|
2
extern/re2/CMakeLists.txt
vendored
2
extern/re2/CMakeLists.txt
vendored
@ -45,6 +45,8 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
||||
# Without a byte order mark (BOM), Visual Studio assumes that the source
|
||||
# file is encoded using the current user code page, so we specify UTF-8.
|
||||
add_compile_options(/utf-8)
|
||||
# allow multi-processor compilation
|
||||
add_compile_options(/MP)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user