diff options
Diffstat (limited to 'configs/debian-common')
-rw-r--r-- | configs/debian-common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/debian-common b/configs/debian-common new file mode 100644 index 00000000000..b059b328b7a --- /dev/null +++ b/configs/debian-common @@ -0,0 +1,6 @@ +include $(TOP)/configs/default + +CONFIG_NAME = debian-common + +override OPT_FLAGS = -O2 -g + |