lang-bootstrap/05/tcc-0.9.27/config.h

8 lines
206 B
C
Raw Normal View History

2022-02-18 14:15:09 -05:00
#define TCC_VERSION "0.9.27"
#define CONFIG_TCC_STATIC 1
#define TCC_TARGET_X86_64 1
#define ONE_SOURCE 1
2023-07-01 19:19:53 +01:00
#define CONFIG_TCCDIR "../tcc-bootstrap"
#define CONFIG_LDDIR "lib/x86_64-linux-gnu"
2022-02-19 19:43:13 -08:00
#define inline