mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: improved separation of scanner/parser debug selection
- now use debug 2 for scanner and debug 4 for parser. Provided better feedback about what is being parsed (debug mode) - relocate debug application to applications/tools/foamExprParserInfo
This commit is contained in:
3
applications/tools/foamExprParserInfo/Make/files
Normal file
3
applications/tools/foamExprParserInfo/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
foamExprParserInfo.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/foamExprParserInfo
|
||||
7
applications/tools/foamExprParserInfo/Make/options
Normal file
7
applications/tools/foamExprParserInfo/Make/options
Normal file
@ -0,0 +1,7 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools
|
||||
Reference in New Issue
Block a user