Skip to content

Commit

Permalink
Switch to gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Nov 14, 2024
1 parent 768ee63 commit 03fac96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.com
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ROOTBRAND = $(ROOTUSRLIB)/brand
ROOTPKGLIB = $(ROOTUSRLIB)/pkg
TRIPLET = x86_64-pc-solaris2

CC = /usr/bin/gcc-13
CC = /usr/bin/gcc-14
CFLAGS = -m64 -Wall -Werror -Wextra -gdwarf-2 -gstrict-dwarf \
-fno-aggressive-loop-optimizations
CPPFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
Expand Down

0 comments on commit 03fac96

Please sign in to comment.