htgop

Optical properties of a gas mixture
git clone git://git.meso-star.fr/htgop.git
Log | Files | Refs | README | LICENSE

commit 2d8f7991fc948bd7d155958c93c22c5f04698fb4
parent 1cb864af16241eb79d55ed14c33a4df37bdf710c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 30 Oct 2023 12:26:49 +0100

Addition of missing hardened compiler flags

They were defined but not included in the list of compiler flags to use.

Diffstat:
Mconfig.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.mk b/config.mk @@ -51,6 +51,7 @@ CFLAGS_COMMON =\ -pedantic\ -fvisibility=hidden\ -fstrict-aliasing\ + $(CFLAGS_HARDENED)\ $(WFLAGS) CFLAGS_RELEASE = -O2 -DNDEBUG $(CFLAGS_COMMON)