Skip to content

Commit 1f44f5f

Browse files
author
tosaki
committed
Remove CONFIG_DEVEL=y from diy_alderlake.sh and reorder optimization flags in alderlake.config.
1 parent f29da14 commit 1f44f5f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

alderlake.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ CONFIG_SQLITE3_FTS4=y
341341
CONFIG_SQLITE3_FTS5=y
342342
CONFIG_SQLITE3_RTREE=y
343343
CONFIG_TARGET_KERNEL_PARTSIZE=128
344-
CONFIG_TARGET_OPTIMIZATION="-O2 -march=alderlake -pipe"
345-
CONFIG_TARGET_OPTIONS=y
346344
# CONFIG_TARGET_ROOTFS_EXT4FS is not set
347345
CONFIG_TARGET_ROOTFS_PARTSIZE=2048
348346
# CONFIG_TARGET_ROOTFS_TARGZ is not set
@@ -351,3 +349,5 @@ CONFIG_USE_LTO=y
351349
CONFIG_USE_MOLD=y
352350
CONFIG_WPA_MBO_SUPPORT=y
353351
CONFIG_WPA_MSG_MIN_PRIORITY=3
352+
CONFIG_TARGET_OPTIMIZATION="-O2 -march=alderlake -pipe"
353+
CONFIG_TARGET_OPTIONS=y

diy_alderlake.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cp base.config alderlake.config
22

3-
echo "CONFIG_DEVEL=y" >> alderlake.config
43
echo 'CONFIG_TARGET_OPTIMIZATION="-O2 -march=alderlake -pipe"' >> alderlake.config
54
echo "CONFIG_TARGET_OPTIONS=y" >> alderlake.config

0 commit comments

Comments
 (0)