summaryrefslogtreecommitdiff
path: root/scripts/get-flags.mk
AgeCommit message (Collapse)Author
2024-02-18build : pass all warning flags to nvcc via -Xcompiler (#5570)Jared Van Bortel
* build : pass all warning flags to nvcc via -Xcompiler * make : fix apparent mis-merge from #3952 * make : fix incorrect GF_CC_VER for CUDA host compiler
2023-12-13build : detect host compiler and cuda compiler separately (#4414)Jared Van Bortel