Makefile: Use -O2 -finline-functions, not just -O
commit06bcf19cb8eb3cc3154ba6131477d742a9f0b4b6
authorJosh Triplett <josh@freedesktop.org>
Mon, 30 Jul 2007 03:20:38 +0000 (29 20:20 -0700)
committerJosh Triplett <josh@freedesktop.org>
Mon, 30 Jul 2007 03:20:38 +0000 (29 20:20 -0700)
tree2c4cb951f3f6638ec263ababb19e833f20cac404
parentcd4288f195f11f6c0a78bca03db009a0494da7cc
Makefile: Use -O2 -finline-functions, not just -O

This makes debugging more difficult by default, but as usual, developers can
change CFLAGS if they want to use a debugger; the default CFLAGS should cater
to users.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Makefile