Disable -Winline.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 11 Nov 2018 02:44:06 +0000 (02:44 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 11 Nov 2018 02:44:06 +0000 (02:44 +0000)
Not really generally useful unless you're tuning particular code;
highly compiler-dependent.  Currently breaks -Os.

src/microcode/configure.ac

index a5494956b9aef8be6d2d8bc70c8b03233cb97dfb..4a49b8db77f8b531cc238c6f80948b1acd6567b2 100644 (file)
@@ -221,7 +221,6 @@ if test x"${GCC}" = xyes; then
        -Wempty-body \
        -Wignored-qualifiers \
        -Wimplicit-fallthrough \
-       -Winline \
        -Wmissing-field-initializers \
        -Wmissing-parameter-type \
        -Wnested-externs \