From 1034407f00b9aefde939c3273dce2dc3574a4857 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 29 Apr 2002 19:07:13 +0000 Subject: toplev.c (f_options): Add "profile" switch so that -fno-profile can be used to disable -p. * toplev.c (f_options): Add "profile" switch so that -fno-profile can be used to disable -p. From-SVN: r52904 --- gcc/toplev.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index 01e3276..5afeb1c 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1065,6 +1065,8 @@ static const lang_independent_options f_options[] = N_("Create data files needed by gcov") }, {"branch-probabilities", &flag_branch_probabilities, 1, N_("Use profiling information for branch probabilities") }, + {"profile", &profile_flag, 1, + N_("Enable basic program profiling code") }, {"reorder-blocks", &flag_reorder_blocks, 1, N_("Reorder basic blocks to improve code placement") }, {"rename-registers", &flag_rename_registers, 1, -- cgit v1.1