From a600e61c5865c2ce31cb2329d271d2aedd0b2f5f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 29 Mar 2015 16:18:52 +0200 Subject: [PATCH] Enforce OPTIMIZE = 3 for PROFILE builds, suggested by MG (nw) --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 694f33c079a..2f41b8f9661 100644 --- a/makefile +++ b/makefile @@ -241,6 +241,7 @@ endif ifdef PROFILE PROFILER = SYMBOLS = 1 +OPTIMIZE = 3 ifndef SYMLEVEL SYMLEVEL = 1 endif