build: update to C23 (#23680)

This commit is contained in:
Meghan Denny
2025-10-15 12:25:28 -08:00
committed by GitHub
parent 101e63e881
commit 26870c905c

View File

@@ -819,7 +819,7 @@ set_target_properties(${bun} PROPERTIES
CXX_STANDARD_REQUIRED YES
CXX_EXTENSIONS YES
CXX_VISIBILITY_PRESET hidden
C_STANDARD 17
C_STANDARD 23
C_STANDARD_REQUIRED YES
VISIBILITY_INLINES_HIDDEN YES
)