Skip to content

Commit

Permalink
ccompiler.mac64.osx.gcc: use gcc/g++-14
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Jun 12, 2024
1 parent da53460 commit fa46b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccompiler.mac64.osx.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# C compilation and loading
#

CC=gcc-13
CC=gcc-14
CCBASIC='-c -std=gnu11 -fPIC'
CCISO='-pedantic' # -pedantic-errors'
CCDEBUG= #-g -DDEBUG_GALAHAD
CCFFLAGS=-lgfortran

CXX=g++-13
CXX=g++-14
CXXBASIC='-c -std=gnu++11 -fPIC -I/opt/homebrew/include'
CXXOPT=-O2
CXXNOOPT=-O0
Expand Down

0 comments on commit fa46b0b

Please sign in to comment.