From d8fce00eed09473172ff6bb64ccd70e53bf0ef9c Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 7 Dec 2022 17:22:01 +0100 Subject: [PATCH] Update README --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index e1a267e..9c8018e 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ -Important -====================================== -- This does not run in the latest "vanilla" C++ VM image, g++-multilib has to be installed extra - -Makefile -====================================== -- Added the -std=c++17 flag to enable better constexpr support. -- Removed optimizations as the system would crash with them. - The BlueScreen would show an empty callstack on crashes with -O2, so I guess the problem is the missing ebp or something like that. - Changes ====================================== - Removed the Input.h/Input.cc files