Skip to content
Snippets Groups Projects
Commit 7fc510d4 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

[-] removed fforce-enable-int128

parent 247e209e
No related branches found
No related tags found
1 merge request!358[-] removed fforce-enable-int128
Pipeline #43807 canceled with stage
......@@ -180,7 +180,7 @@ if(UNIX)
endif()
if (ANDROID)
set(_CCOPT "-std=gnu11 ${CFLAGS_WARNINGS} -fforce-enable-int128 -fno-strict-aliasing")
set(_CCOPT "-std=gnu11 ${CFLAGS_WARNINGS} -fno-strict-aliasing")
if(DAP_DEBUG)
set(_CCOPT "${_CCOPT} -DDAP_DEBUG -g3 -ggdb -fno-eliminate-unused-debug-symbols")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment