diff options
Diffstat (limited to 'gemini-windows.prj')
-rw-r--r-- | gemini-windows.prj | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gemini-windows.prj b/gemini-windows.prj index 785656c..967d11c 100644 --- a/gemini-windows.prj +++ b/gemini-windows.prj @@ -137,10 +137,10 @@ }, "Code Generation Options":{ "CPU Specific":"false", - "Processor":"native", + "Processor":"generic", "Aggressive Loops":"false", - "Debugging":"true", - "Optimization Mode":0, + "Debugging":"false", + "Optimization Mode":2, "Profiling":"false" }, "Build Dependencies":1, @@ -153,7 +153,8 @@ "Build Before Launch":"true" }, "Build Options":{ - "Makefile":"Makefile", + "Auto Management":"true", + "Makefile":"Makefile.gemini-windows", "Auto Makefile":"true" }, "Linker Options":{ |