From 2360d5c152a82310056fa084b5dcfff57db30af5 Mon Sep 17 00:00:00 2001 From: mertcandav Date: Sun, 18 Aug 2024 17:12:18 +0300 Subject: [PATCH] std::encoding::json: fix attempt --- .github/workflows/build_cpp14.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cpp14.yml b/.github/workflows/build_cpp14.yml index 908e63387..1d2c77eda 100644 --- a/.github/workflows/build_cpp14.yml +++ b/.github/workflows/build_cpp14.yml @@ -10,4 +10,4 @@ jobs: - name: Build JuleC run: | julec --compiler clang --cppstd cpp14 -t src/julec - clang++ "-Wl,-stack_size -Wl,0x800000" --std=c++14 -Wno-everything dist/ir.cpp + clang++ "-Wl,--stack_size -Wl,0x800000" --std=c++14 -Wno-everything dist/ir.cpp