mirror of https://github.com/WerWolv/ImHex
chore: add comment about IMHEX_COMMON_FLAGS
This commit is contained in:
parent
bdaf1e4151
commit
e5b83d0ddf
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue