There was an error while loading. Please reload this page.
1 parent 7de17d7 commit 77c0a76Copy full SHA for 77c0a76
1 file changed
GPU/GPUTracking/CMakeLists.txt
@@ -482,6 +482,12 @@ if(ALIGPU_BUILD_TYPE STREQUAL "Standalone")
482
endif()
483
484
485
+set_source_files_properties(DataCompression/GPUTPCCompressionTrackModel.cxx
486
+ DataCompression/GPUTPCCompressionKernels.cxx
487
+ DataCompression/TPCClusterDecompressor.cxx
488
+ TARGET_DIRECTORY ${targetName}
489
+ PROPERTIES COMPILE_FLAGS "-fno-fast-math -ffp-contract=off")
490
+
491
# Add compile definitions and libraries depending on available optional dependencies
492
if(GPUCA_QA)
493
message(STATUS "Building GPU QA")
0 commit comments