Use cppflags to pass preprocessor options

This commit is contained in:
Nobuyoshi Nakada 2019-10-23 02:53:36 +09:00
parent d5d5844744
commit 46f175ed5c
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
2 changed files with 4 additions and 2 deletions

View file

@ -61,7 +61,9 @@
#define OPT_STACK_CACHING 0
/* misc */
#ifndef OPT_SUPPORT_JOKE
#define OPT_SUPPORT_JOKE 0
#endif
#ifndef VM_COLLECT_USAGE_DETAILS
#define VM_COLLECT_USAGE_DETAILS 0