Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 7d6029ad authored by gsell's avatar gsell
Browse files

cleanup: random number generators

parent df8b789e
No related branches found
No related tags found
1 merge request!253Resolve "cleanup: keep RNGXDiv only"
...@@ -41,7 +41,6 @@ set (CMAKE_CXX_STANDARD 11) ...@@ -41,7 +41,6 @@ set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD_REQUIRED ON) set (CMAKE_CXX_STANDARD_REQUIRED ON)
set (CMAKE_CXX_EXTENSIONS OFF) set (CMAKE_CXX_EXTENSIONS OFF)
add_definitions (-DIPPL_USE_XDIV_RNG)
add_definitions (-DNOCTAssert) add_definitions (-DNOCTAssert)
add_compile_options (-Wall) add_compile_options (-Wall)
......
...@@ -4,7 +4,6 @@ project (MSLANG) ...@@ -4,7 +4,6 @@ project (MSLANG)
set (MSLANG_VERSION_MAJOR 0) set (MSLANG_VERSION_MAJOR 0)
set (MSLANG_VERSION_MINOR 1) set (MSLANG_VERSION_MINOR 1)
add_definitions (-DIPPL_USE_XDIV_RNG)
add_definitions (-DNOCTAssert) add_definitions (-DNOCTAssert)
include_directories ( include_directories (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment