mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Amend 7d021a93
: Use interprocedural optimization if possible
Discard test programs using dummy_fuctions from the optimization. This omits warnings about multiple method definitions.
This commit is contained in:
parent
a0c034c29a
commit
ef285cb7c4
@ -21,6 +21,7 @@ macro(sources _program)
|
||||
target_link_libraries(${_program} shlwapi)
|
||||
endif()
|
||||
qt_use_modules(${_program} Core)
|
||||
set_property(TARGET ${_program} PROPERTY INTERPROCEDURAL_OPTIMIZATION FALSE)
|
||||
endmacro()
|
||||
|
||||
file(GLOB test_sources ${TOP_SRC_DIR}/src/support/tests/${LYX_CPP_FILES})
|
||||
|
Loading…
Reference in New Issue
Block a user