Skip to content

Commit c126aca

Browse files
committed
Reduce standard buffer size, uses less memory by default
1 parent a1de45d commit c126aca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system_configuration.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
/*
3030
* STL and Code Expansion
3131
*/
32-
#define __UCLIBCXX_STL_BUFFER_SIZE__ 32
32+
//#define __UCLIBCXX_STL_BUFFER_SIZE__ 32
33+
#define __UCLIBCXX_STL_BUFFER_SIZE__ 8
3334
#undef __UCLIBCXX_CODE_EXPANSION__
3435

3536
/*

0 commit comments

Comments
 (0)