diff options
Diffstat (limited to 'configs/linux-llvm')
-rw-r--r-- | configs/linux-llvm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm index 915189f4625..a8889321a02 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -5,6 +5,8 @@ include $(TOP)/configs/linux CONFIG_NAME = linux-llvm +GALLIUM_AUXILIARY_DIRS += llvm + OPT_FLAGS = -g -ansi -pedantic DEFINES += -DDEBUG -DDEBUG_MATH -DMESA_LLVM=1 |