Skip to content

Commit 1e28f35

Browse files
authored
Merge pull request #34 from sam-astro/dev
Optimizations and instruction additions
2 parents 9aaa316 + 1fdc2c8 commit 1e28f35

20 files changed

+1317
-164
lines changed
Binary file not shown.
Binary file not shown.

Astro8-Emulator/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
2-
set(CMAKE_CXX_STANDARD 17)
2+
set(CMAKE_CXX_STANDARD 20)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
4+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
45

56
project(Astro8-Emulator)
67

0 commit comments

Comments
 (0)