Skip to content

Commit

Permalink
oldcell
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Jun 10, 2024
1 parent b85062f commit 277c10e
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 175 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ all: top-all
YOSYS_SRC := $(dir $(firstword $(MAKEFILE_LIST)))
VPATH := $(YOSYS_SRC)

CXXSTD ?= c++11
CXXSTD ?= c++17
CXXFLAGS := $(CXXFLAGS) -Wall -Wextra -ggdb -I. -Itracy/public -I"$(YOSYS_SRC)" -MD -MP -D_YOSYS_ -fPIC -I$(PREFIX)/include
LIBS := $(LIBS) -lstdc++ -lm
PLUGIN_LINKFLAGS :=
Expand Down
Loading

0 comments on commit 277c10e

Please sign in to comment.