config

package
v0.0.0-...-a214d60 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Overview

Package config 提供可选配置

可选配置通过环境变量设置

被导入时将自动从环境变量获取可选配置,如果没有或为空,将使用默认配置

Index

Constants

This section is empty.

Variables

View Source
var (
	Debug_PrintLex  string = "on"
	Debug_PrintAst  string = "on"
	Debug_PrintCast string = "on"
)
View Source
var CC string = "clang||gcc"

CC 是可使用的C语言工具链

View Source
var PrintTime string = "on"

PrintTime 控制是否打印编译阶段用时,on为启用

View Source
var URoot string = "auto"

URoot 是U语言编译器和标准库的根目录 默认值auto表示自动检测目录

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL