star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit d16e82cc0316348d90f744b7883e45b14106f10c
parent 076d7c2441ade7f878b90bc7c812f5c9b94c0595
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 10 Oct 2025 10:58:01 +0200

Bump version number to 0.6

Diffstat:
Mconfig.mk | 14++------------
1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.5.2 +VERSION = 0.6 PREFIX = /usr/local LIB_TYPE = SHARED @@ -8,15 +8,6 @@ BUILD_TYPE = RELEASE #BUILD_TYPE = DEBUG ################################################################################ -# FIXME: -# REMOVE THIS ONCE GMSH IS FIXED -################################################################################ - -CFLAGS_GMSH = \ - -DFIX_GMSH_BOOLEAN_OUTPUTS -CFLAGS_GMSH = - -################################################################################ # Tools ################################################################################ AR = ar @@ -76,8 +67,7 @@ CFLAGS_COMMON =\ -fvisibility=hidden\ -fstrict-aliasing\ $(CFLAGS_HARDENED)\ - $(WFLAGS) \ - $(CFLAGS_GMSH) + $(WFLAGS) CFLAGS_DEBUG = -g $(CFLAGS_COMMON) CFLAGS_RELEASE = -O2 -DNDEBUG $(CFLAGS_COMMON)