File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 11# Fortran stdlib Makefile
22
33FC ?= gfortran
4- CC ?= gcc
5- CXX ?= g++
64
75FFLAGS ?= -Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fno-range-check
86FYPPFLAGS ?=
@@ -14,8 +12,6 @@ FYPPFLAGS += \
1412 -DPROJECT_VERSION_PATCH=$(word 3,$(VERSION))
1513
1614export FC
17- export CC
18- export CXX
1915export FFLAGS
2016export FYPPFLAGS
2117
Original file line number Diff line number Diff line change 1- FFLAGS = #-g -check all -debug all
2- CFLAGS = #-g -debug all
3- CXXFLAGS = #-g -debug all
4- #CFLAGS += -P -cpp
5- #CXXFLAGS += -P -cpp
6-
7- #CC = gcc
8- #CXX = g++
9- #FFLAGS =
10- #CFLAGS =
11- #CXXFLAGS =
12- #CFLAGS = -E
13- #CXXFLAGS = -E
1+ CC ?= gcc
2+ CXX ?= g++
143
154CPPFLAGS += -I. -I../.. -I..
165LDFLAGS += -L../.. -L.. -lstdlib-testing -lstdlib
You can’t perform that action at this time.
0 commit comments