chore: add comment about IMHEX_COMMON_FLAGS

This commit is contained in:
iTrooz
2024-05-21 15:00:51 +02:00
parent bdaf1e4151
commit e5b83d0ddf

View File

@@ -532,6 +532,8 @@ function(downloadImHexPatternsFiles dest)
endfunction()
macro(setupCompilerFlags target)
# IMHEX_COMMON_FLAGS: flags common for C, C++, Objective C, etc.. compilers
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
# Define strict compilation flags
if (IMHEX_STRICT_WARNINGS)