mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-12 02:53:05 +00:00
updated
This commit is contained in:
parent
4d4d27e86b
commit
0ca75f1846
7 changed files with 1468 additions and 28 deletions
|
@ -1,6 +1,6 @@
|
|||
CC= gcc
|
||||
CXX= g++
|
||||
CPPFLAGS= -I$(HOME)/Science/Software/CosmoToolbox/install/include
|
||||
LDFLAGS= -L$(HOME)/Science/Software/CosmoToolbox/install/lib -lCosmoTool
|
||||
CXXFLAGS= $(CPPFLAGS) -ggdb -O0 -ffast-math
|
||||
CFLAGS= $(CPPFLAGS) -ggdb -O0 -ffast-math
|
||||
CPPFLAGS=
|
||||
LDFLAGS= -lCosmoTool
|
||||
CXXFLAGS= $(CPPFLAGS) -ggdb -O3 -ffast-math
|
||||
CFLAGS= $(CPPFLAGS) -ggdb -O3 -ffast-math
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue