Minor updates in '.config'.
This commit is contained in:
parent
fa31e83b5c
commit
636173632a
@ -263,11 +263,13 @@ OVERLAY_LOCATION=iso
|
|||||||
# internet. This is useful when you have already downloaded the sources and have
|
# internet. This is useful when you have already downloaded the sources and have
|
||||||
# no internet connection. Or if you want to share your version of "Minimal Linux
|
# no internet connection. Or if you want to share your version of "Minimal Linux
|
||||||
# Live" with predefined sources.
|
# Live" with predefined sources.
|
||||||
|
#
|
||||||
USE_LOCAL_SOURCE=false
|
USE_LOCAL_SOURCE=false
|
||||||
|
|
||||||
# This property enables the standard penguin boot logo in the upper left corner
|
# This property enables the standard penguin boot logo in the upper left corner
|
||||||
# of the screen. The property is used in 'xx_build_kernel.sh'. The default value
|
# of the screen. The property is used in 'xx_build_kernel.sh'. The default value
|
||||||
# is 'true' for demonstration purposes.
|
# is 'true' for demonstration purposes.
|
||||||
|
#
|
||||||
USE_BOOT_LOGO=true
|
USE_BOOT_LOGO=true
|
||||||
|
|
||||||
# This property is the multiplicator which is used during the build process. The
|
# This property is the multiplicator which is used during the build process. The
|
||||||
@ -275,8 +277,10 @@ USE_BOOT_LOGO=true
|
|||||||
# cores mutiplied by this property. For example, if you set this property with
|
# cores mutiplied by this property. For example, if you set this property with
|
||||||
# value '2' and if your CPU has 4 cores, then the number of 'make' jobs will be
|
# value '2' and if your CPU has 4 cores, then the number of 'make' jobs will be
|
||||||
# 4 * 2 = 8. Don't change this property unless you know what 'make' jobs are!
|
# 4 * 2 = 8. Don't change this property unless you know what 'make' jobs are!
|
||||||
|
#
|
||||||
JOB_FACTOR=1
|
JOB_FACTOR=1
|
||||||
|
|
||||||
# This property defines the default GCC flags to be used during the compilation
|
# This property defines the default GCC flags to be used during the compilation
|
||||||
# process. You can use your own flags here or even completely remove the flags.
|
# process. You can use your own flags here or even completely remove the flags.
|
||||||
|
#
|
||||||
CFLAGS=-Os -s -fno-stack-protector -fomit-frame-pointer -U_FORTIFY_SOURCE
|
CFLAGS=-Os -s -fno-stack-protector -fomit-frame-pointer -U_FORTIFY_SOURCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user