Skip to content

Commit

Permalink
A user tells helped me in troubleshooting compilation issues on Mod t…
Browse files Browse the repository at this point in the history
…oolchain
MaxPayne86 committed Sep 10, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d72ccf6 commit 977dbdd
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
@@ -15,7 +15,7 @@ if(GENERIC_AARCH64)
endif()

if(MOD_DWARF_GCC_750)
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -mcpu=cortex-a35 -mtune=cortex-a35 -mfpu=neon-fp-armv8 -mfloat-abi=hard -mvectorize-with-neon-quad -ffast-math -fno-finite-math-only -fprefetch-loop-arrays -funroll-loops -funsafe-loop-optimizations")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -mcpu=cortex-a35 -mtune=cortex-a35 -ffast-math -fno-finite-math-only -fprefetch-loop-arrays -funroll-loops -funsafe-loop-optimizations")
set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} -static-libstdc++ -Wl,-Ofast -Wl,--as-needed -Wl,--strip-all")
endif()

0 comments on commit 977dbdd

Please sign in to comment.