Add low memory interface

This commit is contained in:
世界 2023-03-16 00:31:30 +08:00
parent 2731df1672
commit ed73785ecc
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 27 additions and 5 deletions

View file

@ -0,0 +1,5 @@
//go:build !with_low_memory
package common
const LowMemory = false