Skip to content

Commit 2a97934

Browse files
committed
kevm-pyk/kompile: switch C++17 => C++20
1 parent f5882a9 commit 2a97934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kevm-pyk/src/kevm_pyk/kompile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def _kompile_haskell() -> None:
224224

225225

226226
def lib_ccopts(plugin_dir: Path, debug_build: bool = False) -> list[str]:
227-
ccopts = ['-std=c++17']
227+
ccopts = ['-std=c++20']
228228

229229
if debug_build:
230230
ccopts += ['-g']

0 commit comments

Comments
 (0)