diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index b991f9d492..cd43132f5c 100644 --- a/Makeconfig +++ b/Makeconfig @@ -450,7 +450,7 @@ ifeq (yes,$(build-profile)) # Under --enable-profile, we will build a static library of profiled objects. # The profiled object files are named foo.po. object-suffixes += .po -CFLAGS-.po = -p +CFLAGS-.po = -pg libtype.po = lib%_p.a endif ifeq (yes,$(build-omitfp)) |