improve layout of page for x64

This commit is contained in:
daan 2019-08-11 10:31:00 -07:00
parent 2c1da9d194
commit 7b105c4810
4 changed files with 17 additions and 17 deletions

View file

@ -91,7 +91,7 @@ if(CMAKE_C_COMPILER_ID MATCHES "AppleClang|Clang|GNU")
if(CMAKE_C_COMPILER_ID MATCHES "GNU")
list(APPEND mi_cflags -Wno-invalid-memory-model)
list(APPEND mi_cflags -fvisibility=hidden)
list(APPEND mi_cflags -fbranch-target-load-optimize )
list(APPEND mi_cflags -fbranch-target-load-optimize)
endif()
endif()