Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
iaomw committed Oct 22, 2024
1 parent f5b37b4 commit a0c1904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenovis/xinxinoptix/OptiXStuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ inline void createContext()
OptixDeviceContextOptions options = {};
options.logCallbackFunction = &context_log_cb;
#if defined( NDEBUG )
options.logCallbackLevel = 4;
options.logCallbackLevel = 0;
#else
options.logCallbackLevel = 4;
#endif
Expand Down

0 comments on commit a0c1904

Please sign in to comment.