Skip to content

Commit

Permalink
Update src/config.def
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin Petit <kpet@free.fr>
  • Loading branch information
rjodinchr and kpet authored Jul 10, 2023
1 parent abb652d commit 14d4c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.def
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OPTION(bool, physical_addressing, false)
OPTION(std::string, clspv_native_builtins, "")
OPTION(std::string, clspv_library_builtins, "")

OPTION(uint32_t, printf_buffer_size, 1048576u)
OPTION(uint32_t, printf_buffer_size, 1024*1024u)

#if COMPILER_AVAILABLE
OPTION(std::string, clspv_options, "")
Expand Down

0 comments on commit 14d4c4d

Please sign in to comment.