8
0
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:
Adriano dos Santos Fernandes 2021-05-26 10:12:54 -03:00
parent 2e35cc66e7
commit 8379045461
2 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,4 @@
core
obj/
benchlog.*
builds/

View File

@ -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)