aboutsummaryrefslogtreecommitdiff
path: root/gemini.prj
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-02-23 15:44:25 -0500
committerJeffrey Armstrong <jeff@approximatrix.com>2021-02-23 15:44:25 -0500
commit36249ebd4dece7ee69cd85e7e169db0dc4315e3e (patch)
tree89b8cdcc7cc57963acac1429f6007b63ca93a595 /gemini.prj
parent6a0d3367e0b314d6c947950f7c3193be3d9d1465 (diff)
downloadLR-87-36249ebd4dece7ee69cd85e7e169db0dc4315e3e.tar.gz
LR-87-36249ebd4dece7ee69cd85e7e169db0dc4315e3e.zip
Added favicon support. Fixed UTF-8 display on dumb renderer.
Diffstat (limited to 'gemini.prj')
-rw-r--r--gemini.prj10
1 files changed, 6 insertions, 4 deletions
diff --git a/gemini.prj b/gemini.prj
index b1cff20..6cf9a33 100644
--- a/gemini.prj
+++ b/gemini.prj
@@ -35,6 +35,9 @@
"filename":"escape.f90",
"enabled":"1"
},{
+ "filename":"favicon.f90",
+ "enabled":"1"
+ },{
"filename":"favorites.f90",
"enabled":"1"
},{
@@ -102,6 +105,7 @@
"Fortran Options":{
"Use C Preprocessor":"false",
"Runtime Diagnostics":"false",
+ "Floating Point Exception Trap":0,
"Cray Pointers":"false",
"Enable Coarrays":"false",
"Enable OpenMP":"false",
@@ -114,18 +118,16 @@
"Aggressive Loops":"false",
"Debugging":"true",
"Optimization Mode":0,
- "Floating Point Trap":"false",
"Profiling":"false"
},
"Build Dependencies":1,
"Launch Options":{
- "Build Before Launch":"true",
"Working Directory":"",
"Launch Using MPI":"false",
"Keep Console":"true",
- "Executable":"",
+ "External Console":"false",
"Command Line Arguments":"",
- "External Console":"false"
+ "Build Before Launch":"true"
},
"Build Options":{
"Makefile":"Makefile",