Changeset 1d6ab66
- Timestamp:
- 04/12/19 17:40:12 (6 years ago)
- Branches:
- master, pympi
- Children:
- d409b8c
- Parents:
- 33686f4
- git-author:
- Tom Uram <turam@…> (04/12/19 17:40:12)
- git-committer:
- Tom Uram <turam@…> (04/12/19 17:40:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GNUmakefile
r03ba282 r1d6ab66 68 68 endif 69 69 70 # Use gnu99 only on Linux 71 # (ideally we would trigger on compiler rather than platform) 72 ifeq ($(UNAME_S),Linux) 73 G99FLAG=-std=gnu99 74 endif 75 70 76 FEDIR = frontend 71 FE_CFLAGS := -g -fPIC -O3 $(OPENMPFLAG) -std=gnu9977 FE_CFLAGS := -g -fPIC -O3 $(OPENMPFLAG) $(G99FLAG) 72 78 FE_CPPFLAGS := $(BASE_CPPFLAGS) -Ithirdparty/sqlite -DGENERICIO_NO_MPI 73 79 74 80 MPIDIR = mpi 75 MPI_CFLAGS := -g -O3 $(OPENMPFLAG) -std=gnu9981 MPI_CFLAGS := -g -O3 $(OPENMPFLAG) $(G99FLAG) 76 82 MPI_CPPFLAGS := $(BASE_CPPFLAGS) 77 83
Note: See TracChangeset
for help on using the changeset viewer.