projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
467bef5
)
Disable -Winline.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 11 Nov 2018 02:44:06 +0000
(
02:44
+0000)
committer
Taylor 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
patch
|
blob
|
history
diff --git
a/src/microcode/configure.ac
b/src/microcode/configure.ac
index a5494956b9aef8be6d2d8bc70c8b03233cb97dfb..4a49b8db77f8b531cc238c6f80948b1acd6567b2 100644
(file)
--- a/
src/microcode/configure.ac
+++ b/
src/microcode/configure.ac
@@
-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 \