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 f997e3b9 authored by Hck Course's avatar Hck Course Committed by adelmann
Browse files

add for G+H

parent 282b3519
No related branches found
No related tags found
1 merge request!19Drift-0 ro Drift-2
...@@ -102,6 +102,7 @@ add_compile_options (-fstrict-aliasing) ...@@ -102,6 +102,7 @@ add_compile_options (-fstrict-aliasing)
add_compile_options (-DKOKKOS_DEPENDENCE) add_compile_options (-DKOKKOS_DEPENDENCE)
add_compile_options (-Wno-return-type) add_compile_options (-Wno-return-type)
add_compile_options (-gdwarf-4) # avoid dwarf errors on merlin add_compile_options (-gdwarf-4) # avoid dwarf errors on merlin
add_compile_options (-Wdangling-reference) # need for G&H
# Resolve all library dependencies # Resolve all library dependencies
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeModules") set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeModules")
......
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