update other platforms' Dockerfile

This commit is contained in:
starkwj
2026-01-22 12:07:03 +00:00
parent 2a571d8bc8
commit 739d074b0c
14 changed files with 371 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ ASCEND_HOME := /usr/local/Ascend/ascend-toolkit/latest
INCLUDES := -I$(ASCEND_HOME)/include -Iinclude
LIBS := -L$(ASCEND_HOME)/lib64 -lascendcl
CXXFLAGS := $(INCLUDES)
CXXFLAGS := $(INCLUDES) -O2
LDFLAGS := $(LIBS)
PREFIX ?= /usr/local