lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 8429817f 04/17: Increase concinnity


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8429817f 04/17: Increase concinnity
Date: Sat, 2 Jul 2022 21:42:14 -0400 (EDT)

branch: master
commit 8429817f53ff91a7870d49b2a21df3ea95c38541
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Increase concinnity
---
 compiler_gcc.make | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/compiler_gcc.make b/compiler_gcc.make
index ff3677e4..00887078 100644
--- a/compiler_gcc.make
+++ b/compiler_gcc.make
@@ -86,10 +86,8 @@ tutelary_flag :=
 ubsan_options := \
   
-fsanitize=address,undefined,float-divide-by-zero,float-cast-overflow,bounds-strict
 \
   -Wno-duplicated-branches \
-  -fno-omit-frame-pointer \
   -fno-var-tracking \
   -fno-var-tracking-assignments \
-  -O3 \
   --param max-gcse-memory=1000000 \
 
 # Since gcc version 4.6, '-fomit-frame-pointer' has apparently been
@@ -101,7 +99,7 @@ ifeq (gprof,$(build_type))
   optimization_flag := -O0 -fno-omit-frame-pointer
   analyzer_flag := -pg
 else ifeq (ubsan,$(build_type))
-  analyzer_flag := $(ubsan_options)
+  analyzer_flag := $(ubsan_options) -O3 -fno-omit-frame-pointer
 else ifeq (safestdlib,$(build_type))
   optimization_flag := -O0 -fno-omit-frame-pointer
 else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]