diff options
Diffstat (limited to 'configs/debian-common')
-rw-r--r-- | configs/debian-common | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/debian-common b/configs/debian-common index b059b328b7a..c45c42d75c3 100644 --- a/configs/debian-common +++ b/configs/debian-common @@ -1,6 +1,10 @@ +# Override defaults set by the Mesa configuration. + include $(TOP)/configs/default CONFIG_NAME = debian-common override OPT_FLAGS = -O2 -g +# vim: ft=make + |