From 2ce69cb0df86fcc478b632d7f47082264712e4ba Mon Sep 17 00:00:00 2001 From: Zyres Date: Fri, 14 Jul 2023 07:00:07 +0200 Subject: [PATCH] Update gcc.cmake --- cmake/Compilers/gcc.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Compilers/gcc.cmake b/cmake/Compilers/gcc.cmake index 83736bb1c..70a5e8d76 100644 --- a/cmake/Compilers/gcc.cmake +++ b/cmake/Compilers/gcc.cmake @@ -16,6 +16,7 @@ add_definitions(-DHAS_CXX0X) # apply base flags (optimization level 2) add_compile_options(-O2) +add_compile_options(-H) if (IS_64BIT) add_compile_options(-fPIC)