Skip to content

Commit 752d43f

Browse files
Update default build parameters (#96)
* Update default build parameters * Keep USE_AVX2 on by default
1 parent 65ea739 commit 752d43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ option(LOGGING
4040
option(SIMULATE
4141
"Build enclave in simulation mode" OFF)
4242
option(OBLIVIOUS
43-
"Enable oblivious training and inference" ON)
43+
"Enable oblivious training and inference" OFF)
4444
option(USE_AVX2
4545
"Use AVX2 instructions to speed up oblivious primitives" ON)
4646
option(LVI_MITIGATION

0 commit comments

Comments
 (0)