options.conf: set keepstatic to true
as from 64f62959dca6 ("acrn-manager: create acrn-hypervisor-dev package") acrn needs to keep statics libs
This commit is contained in:
parent
e078c44efd
commit
45b597d838
|
@ -28,7 +28,7 @@ funroll-loops = false
|
|||
# set flags to smallest -02 flags possible
|
||||
insecure_build = false
|
||||
# do not remove static libraries
|
||||
keepstatic = false
|
||||
keepstatic = true
|
||||
# do not require autostart subpackage
|
||||
no_autostart = false
|
||||
# disable stripping binaries
|
||||
|
|
Loading…
Reference in New Issue