mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
*** empty log message ***
This commit is contained in:
@@ -20,7 +20,7 @@ CXX_OBJS = fct.o fctxml.o
|
||||
INTERFACE_MODULE_OBJS = fct_interface.o fctxml_interface.o
|
||||
|
||||
USER_MODULE_OBJS = cantera_xml.o cantera_thermo.o cantera_kinetics.o \
|
||||
cantera_transport.o cantera_funcs.o cantera.o
|
||||
cantera_transport.o cantera_iface.o cantera_funcs.o cantera.o
|
||||
|
||||
MODULES = $(INTERFACE_MODULE_OBJS:_interface.o=.mod) $(USER_MODULE_OBJS)
|
||||
OBJS = $(CXX_OBJS) $(USER_MODULE_OBJS)
|
||||
|
||||
@@ -338,7 +338,7 @@ CXX=${CXX:=g++}
|
||||
CC=${CC:=gcc}
|
||||
|
||||
# C++ compiler flags
|
||||
CXXFLAGS=${CXXFLAGS:="-O0 -g -Wall"}
|
||||
CXXFLAGS=${CXXFLAGS:="-O3 -Wall"}
|
||||
|
||||
# the C++ flags required for linking. Uncomment if additional flags
|
||||
# need to be passed to the linker.
|
||||
|
||||
1
test_problems/spectroscopy/.cvsignore
Normal file
1
test_problems/spectroscopy/.cvsignore
Normal file
@@ -0,0 +1 @@
|
||||
Makefile
|
||||
Reference in New Issue
Block a user