mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Show the compiler option that caused a warning
This commit is contained in:
parent
c35ff719a7
commit
c4e44dc098
1 changed files with 3 additions and 0 deletions
|
@ -363,6 +363,9 @@ CFLAGS="$CFLAGS $extra_warnings"
|
|||
GIMP_DETECT_CFLAGS(extra_warnings, '-fno-common')
|
||||
CFLAGS="$CFLAGS $extra_warnings"
|
||||
|
||||
GIMP_DETECT_CFLAGS(extra_warnings, '-fdiagnostics-show-option')
|
||||
CFLAGS="$CFLAGS $extra_warnings"
|
||||
|
||||
|
||||
# Extra optimization flags for super performance
|
||||
GIMP_DETECT_CFLAGS(extra_warnings, '--omg-optimized')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue