mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 01:06:00 +00:00
updated c++17 compiler flags (#4983)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CXXFLAGS += -O3 -Wall -shared -std=c++14 -fPIC -fdiagnostics-color
|
||||
CXXFLAGS += -O3 -Wall -shared -std=c++14 -std=c++17 -fPIC -fdiagnostics-color
|
||||
CPPFLAGS += $(shell python3 -m pybind11 --includes)
|
||||
LIBNAME = mask
|
||||
LIBEXT = $(shell python3-config --extension-suffix)
|
||||
|
Reference in New Issue
Block a user