Skip to content

Commit 8c5d03f

Browse files
committed
Don't save temporaries by default.
1 parent 105df2f commit 8c5d03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(APFP_FIX_SLRS OFF CACHE STRING "Fix compute units to SLRs. Will not work for
1515
set(APFP_SEMANTICS "MPFR" CACHE STRING "Which semantics to use for floating point operations [GMP/MPFR].")
1616
set(APFP_DEBUGGING OFF CACHE BOOL "Enable debugging in generated kernels.")
1717
set(APFP_PROFILING OFF CACHE BOOL "Enable profiling in generated kernels.")
18-
set(APFP_SAVE_TEMPS ON CACHE BOOL "Save temporary files from kernel builds.")
18+
set(APFP_SAVE_TEMPS OFF CACHE BOOL "Save temporary files from kernel builds.")
1919
set_property(CACHE APFP_SEMANTICS PROPERTY STRINGS GMP MPFR)
2020

2121
# Validation and derived numbers

0 commit comments

Comments
 (0)