Skip to content

Commit

Permalink
chore: use c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Jan 20, 2024
1 parent 28fd4c8 commit 7b26808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v8ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@
C2DDEB2A229EA89200345BFE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_CXX_LIBRARY = "compiler-default";
CLANG_ENABLE_MODULES = NO;
CODE_SIGN_IDENTITY = "Apple Development";
Expand Down Expand Up @@ -2627,7 +2627,7 @@
C2DDEB2B229EA89200345BFE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_CXX_LIBRARY = "compiler-default";
CLANG_ENABLE_MODULES = NO;
CODE_SIGN_IDENTITY = "Apple Development";
Expand Down

0 comments on commit 7b26808

Please sign in to comment.