Skip to content

Commit

Permalink
Update ccompiler.mac64.osx.gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 22, 2023
1 parent 79344cf commit 6e68341
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-12
CC=gcc-13
CCBASIC='-c -std=c11 -fPIC'
CCISO='-ansi -pedantic' # -pedantic-errors'
CCDEBUG= #-g -DDEBUG_GALAHAD
CCFFLAGS=-lgfortran

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

0 comments on commit 6e68341

Please # to comment.