1
0
mirror of synced 2024-11-13 18:50:53 +01:00

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
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A

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)