platform.in: add -Wtrampolines to %optflags_warnings
This commit is contained in:
parent
1ccc182f71
commit
d0d01af035
@ -654,7 +654,7 @@
|
||||
@alt@%optflags_optimization -O%{_optlevel}
|
||||
@alt@
|
||||
@alt@# warning flags
|
||||
@alt@%optflags_warnings -Wall%{?_enable_Werror: -Werror}
|
||||
@alt@%optflags_warnings -Wall -Wtrampolines%{?_enable_Werror: -Werror}
|
||||
@alt@
|
||||
@alt@# debug flags
|
||||
@alt@%optflags_debug -g
|
||||
|
Loading…
Reference in New Issue
Block a user