GenUI Env

Environment variables used by the compiler.

  • GENUI_TARGET: Set GenUI Compiler target
  • GENUI_LOGO: Set Logo is print or not
  • GENUI_LOG_LEVEL: Set GenUI Log Level

Details

Env NameDefault ValueTypeOption Values
GENUI_TARGETmakepadString1. makepad
GENUI_LOGOtrueBool1. true
2. false
GENUI_LOG_LEVELinfoString1. error
2. warn
3. info
4. debug
5. trace

How to Set Env Variable

Windows

setx GENUI_TARGET makepad

Mac/Linux

export GENUI_TARGET=makepad

Use Place