mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 22:46:59 +00:00
Add -finline-functions to standard build flags, so gcc will consider all functions as candidates for inlining.
This commit is contained in:
@@ -97,7 +97,7 @@ clean-noinst_DSYMS:
|
||||
# -fno-builtin is important for defeating LLVM's idiom recognition
|
||||
# that somehow causes VG_(memset) to get into infinite recursion.
|
||||
AM_CFLAGS_BASE = \
|
||||
-O2 -g \
|
||||
-O2 -finline-functions -g \
|
||||
-std=gnu99 \
|
||||
-Wall \
|
||||
-Wmissing-prototypes \
|
||||
|
||||
Reference in New Issue
Block a user