mirror of
https://github.com/cosmo-sims/MUSIC.git
synced 2024-09-18 15:53:45 +02:00
changed CC back to default to g++
This commit is contained in:
parent
b77fedd700
commit
8c6c4f3dcb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ BOXLIB_HOME = ${HOME}/nyx_tot_sterben/BoxLib
|
|||
|
||||
##############################################################################
|
||||
### compiler and path settings
|
||||
CC = g++-9
|
||||
CC = g++
|
||||
OPT = -Wall -Wno-unknown-pragmas -O3 -g -mtune=native
|
||||
CFLAGS =
|
||||
LFLAGS = -lgsl -lgslcblas
|
||||
|
|
Loading…
Reference in a new issue