Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Gauër <brioche@google.com>2022-10-27 15:17:31 +0300
committerGitHub <noreply@github.com>2022-10-27 15:17:31 +0300
commitb49a2caa7cb2c447c3aa6f0977e230a3372289ab (patch)
treee57c45ccd02c202437d59ef538460b3ee49f43fe /CMakeLists.txt
parentda215f10c991675b9c1ecb7eef2378e23b2d1276 (diff)
Revert "test" (#4974)
This reverts commit da215f10c991675b9c1ecb7eef2378e23b2d1276.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b9ddfa5e6..1b8fe92f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -188,7 +188,7 @@ function(spvtools_default_compile_options TARGET)
target_compile_options(${TARGET} PRIVATE ${SPIRV_WARNINGS})
if (${COMPILER_IS_LIKE_GNU})
- target_compile_options(${TARGET} PRIVATE -std=c++17 -fno-exceptions)
+ target_compile_options(${TARGET} PRIVATE -std=c++11 -fno-exceptions)
target_compile_options(${TARGET} PRIVATE
-Wall -Wextra -Wno-long-long -Wshadow -Wundef -Wconversion
-Wno-sign-conversion)