Skip to content

Commit

Permalink
Remove build flag that should hopefully improve compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gheskett committed Jan 16, 2023
1 parent 68a7d21 commit ad2167f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)

project(STRM64)

add_compile_options(-Wall -g -O3 -march=native -DNDEBUG)
add_compile_options(-Wall -g -O3 -DNDEBUG)

include_directories(${PROJECT_SOURCE_DIR}/include)
include_directories(library/vgmstream/include)
Expand Down

0 comments on commit ad2167f

Please sign in to comment.