added performance-compile-options
- added various GHC-Option to perform a better compile - Using LLVM to optimize further
This commit is contained in:
		| @@ -378,8 +378,9 @@ processEvent e = do | ||||
|                             adjustWindow | ||||
|                     SizeChanged -> | ||||
|                             adjustWindow | ||||
|                     _ ->  | ||||
|                             liftIO $ putStrLn $ unwords ["Unhandled Window-Event:",show e] | ||||
|                     _ -> | ||||
|                         return () | ||||
|                         --liftIO $ putStrLn $ unwords ["Unhandled Window-Event:",show e] | ||||
|             Keyboard movement _ isRepeated key -> --up/down window(ignored) true/false actualKey | ||||
|                      -- need modifiers? use "keyModifiers key" to get them | ||||
|                 case keyScancode key of | ||||
|   | ||||
		Reference in New Issue
	
	Block a user