Skip to content

Commit 03fac96

Browse files
committed
Switch to gcc 14
1 parent 768ee63 commit 03fac96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.com

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ROOTBRAND = $(ROOTUSRLIB)/brand
2828
ROOTPKGLIB = $(ROOTUSRLIB)/pkg
2929
TRIPLET = x86_64-pc-solaris2
3030

31-
CC = /usr/bin/gcc-13
31+
CC = /usr/bin/gcc-14
3232
CFLAGS = -m64 -Wall -Werror -Wextra -gdwarf-2 -gstrict-dwarf \
3333
-fno-aggressive-loop-optimizations
3434
CPPFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS

0 commit comments

Comments
 (0)