mirror of https://github.com/YosysHQ/abc.git
Cleaning Makefile
This commit is contained in:
parent
d223898f3d
commit
5a00bbaa8f
4
Makefile
4
Makefile
|
|
@ -54,9 +54,9 @@ endif
|
|||
|
||||
ARCHFLAGS := $(ARCHFLAGS)
|
||||
|
||||
OPTFLAGS ?= -g -O3
|
||||
OPTFLAGS ?= -g -O
|
||||
|
||||
CFLAGS += -std=c17 -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(ARCHFLAGS)
|
||||
CFLAGS += -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(ARCHFLAGS)
|
||||
ifneq ($(findstring arm,$(shell uname -m)),)
|
||||
CFLAGS += -DABC_MEMALIGN=4
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue