compor/llvm-ir-cmake-utils

Using the standard optimization switches in compiler flags causes link error.

compor opened this issue · 1 comments

Using the standard optimization switches (e.g. -O2) in compiler flags (e.g. CMAKE_CXX_FLAGS)
causes link errors attributed to multiply defined symbol, probably due to inlining effects.

resolved in version 1.0.2