mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-03-12 00:58:16 +03: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)
|
||||
.shared_flag(false)
|
||||
.opt_level(3)
|
||||
.include(include_dir)
|
||||
.include(archlib_include_path);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user