0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 04:48:55 +00:00
termux-packages/packages/yosys/Makefile.patch
2024-08-06 19:15:39 +05:30

21 lines
384 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
# features (the more the better)
ENABLE_TCL := 1
-ENABLE_ABC := 1
+ENABLE_ABC := 0
ENABLE_GLOB := 1
ENABLE_PLUGINS := 1
ENABLE_READLINE := 1
@@ -222,7 +222,7 @@
ifeq ($(CONFIG),clang)
CXX = clang++
-CXXFLAGS += -std=$(CXXSTD) $(OPT_LEVEL)
+CXXFLAGS += -std=$(CXXSTD)
ifeq ($(ENABLE_LTO),1)
LINKFLAGS += -fuse-ld=lld
endif