Skip to content

Commit

Permalink
Bumped version number to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuang-esl committed Jan 13, 2022
1 parent 30467a0 commit e215fdb
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
##############################################################################

3DICE_LIBNAME = threed-ice
3DICE_VERSION = 3.0.0
3DICE_VERSION = 3.1.0
3DICE_RELEASE = $(3DICE_LIBNAME)-$(3DICE_VERSION)

3DICE_INCLUDE = $(3DICE_MAIN)/include
Expand Down Expand Up @@ -160,16 +160,18 @@ ARFLAGS = rsv

CC = gcc
# CC = g++
# CFLAGS = -MD -O3
CFLAGS = -MD -O3
# CFLAGS = -MD -g -O0 -fsanitize=address
CFLAGS = -MD -g -O0
# CFLAGS = -MD -g -O0
CINCLUDES = -I$(3DICE_INCLUDE)

YACC = bison
YFLAGS = -d --debug
YFLAGS = -d
# YFLAGS = -d --debug

LEX = flex
LFLAGS = --debug
LFLAGS =
# LFLAGS = --debug

RM = rm
RMFLAGS = -vf
Expand All @@ -178,9 +180,9 @@ DOXYGEN = doxygen
DOXYFILE = Doxyfile

CXX = g++
# CXXFLAGS = -std=c++11 -O2 -Wall -Wextra -Werror
CXXFLAGS = -std=c++11 -O2 -Wall -Wextra -Werror
# CXXFLAGS = -std=c++11 -g -O0 -fsanitize=address -Wall -Wextra -Werror
CXXFLAGS = -std=c++11 -g -O0 -Wall -Wextra -Werror
# CXXFLAGS = -std=c++11 -g -O0 -Wall -Wextra -Werror
INC_DIRS = $(CINCLUDES) -I$(SYSTEMC_INCLUDE)

#
Expand Down

0 comments on commit e215fdb

Please sign in to comment.