Skip to content

Commit

Permalink
libsgxstep: disable debug output by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanbulck committed Sep 2, 2023
1 parent fc5cf19 commit e7d56ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsgxstep/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define SGX_STEP_CONFIG

// TODO add coarser-grained logging levels
#define LIBSGXSTEP_DEBUG 1
#define LIBSGXSTEP_DEBUG 0

#define PSTATE_PCT 100
#define SINGLE_STEP_ENABLE 1
Expand Down

0 comments on commit e7d56ab

Please sign in to comment.