mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-05 22:41:07 +00:00
build: remove last references of c++11 (#5295)
Figured I forgot some references. Naive sed this time, so we should be done. Signed-off-by: Nathan Gauër <brioche@google.com>
This commit is contained in:
parent
e090ce9c40
commit
7520bfa6b1
@ -340,7 +340,7 @@ LOCAL_C_INCLUDES := \
|
||||
$(SPVTOOLS_OUT_PATH)
|
||||
LOCAL_EXPORT_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/include
|
||||
LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti -Werror
|
||||
LOCAL_CXXFLAGS:=-std=c++17 -fno-exceptions -fno-rtti -Werror
|
||||
LOCAL_SRC_FILES:= $(SPVTOOLS_SRC_FILES)
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
@ -351,7 +351,7 @@ LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/source \
|
||||
$(SPVHEADERS_LOCAL_PATH)/include \
|
||||
$(SPVTOOLS_OUT_PATH)
|
||||
LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti -Werror
|
||||
LOCAL_CXXFLAGS:=-std=c++17 -fno-exceptions -fno-rtti -Werror
|
||||
LOCAL_STATIC_LIBRARIES:=SPIRV-Tools
|
||||
LOCAL_SRC_FILES:= $(SPVTOOLS_OPT_SRC_FILES)
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
@ -45,7 +45,7 @@ build() {
|
||||
emcc \
|
||||
--bind \
|
||||
-I../../include \
|
||||
-std=c++11 \
|
||||
-std=c++17 \
|
||||
../../source/wasm/spirv-tools.cpp \
|
||||
source/libSPIRV-Tools.a \
|
||||
-o spirv-tools.js \
|
||||
|
Loading…
Reference in New Issue
Block a user