mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-05 04:10:00 +00:00
perlmod: always use opt_level 3
since debug mode on some systems warns about _FORTIFY_SOURCE requiring optimizations... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4dc236a2d4
commit
80472d9b98
@ -59,6 +59,7 @@ fn main() {
|
|||||||
|
|
||||||
cc.pic(true)
|
cc.pic(true)
|
||||||
.shared_flag(false)
|
.shared_flag(false)
|
||||||
|
.opt_level(3)
|
||||||
.include(include_dir)
|
.include(include_dir)
|
||||||
.include(archlib_include_path);
|
.include(archlib_include_path);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user