Skip to content

Commit 7f65319

Browse files
committed
build compatible with GCC 15
1 parent cfb7a0a commit 7f65319

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ endif
99

1010
# Fail on warnings
1111
export RUSTFLAGS := -D warnings
12+
export CXXFLAGS := -include cstdint
1213

1314
.PHONY: build
1415
build:

0 commit comments

Comments
 (0)