mirror of https://github.com/YosysHQ/abc.git
undo an accidental change to the Makefile
This commit is contained in:
parent
257cbfd25c
commit
9c8db2830f
4
Makefile
4
Makefile
|
|
@ -1,5 +1,3 @@
|
|||
ABC_PYTHON=/usr/bin/python
|
||||
READLINE=0
|
||||
|
||||
CC := gcc
|
||||
CXX := g++
|
||||
|
|
@ -42,7 +40,7 @@ arch_flags : arch_flags.c
|
|||
$(CC) arch_flags.c -o arch_flags
|
||||
|
||||
ARCHFLAGS ?= $(shell $(CC) arch_flags.c -o arch_flags && ./arch_flags)
|
||||
OPTFLAGS ?= -g -O3 #-DABC_NAMESPACE=xxx
|
||||
OPTFLAGS ?= -g -O #-DABC_NAMESPACE=xxx
|
||||
MSG_PREFIX ?=
|
||||
|
||||
CFLAGS += -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(OPTFLAGS) $(ARCHFLAGS) -Isrc
|
||||
|
|
|
|||
Loading…
Reference in New Issue