mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
you win this time, GCC
This commit is contained in:
parent
dcd9bf4287
commit
0bd0c6846f
@ -17,8 +17,8 @@ source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${TEST_SOURCE_FILES} ${TEST_
|
|||||||
add_executable(Test ${TEST_SOURCE_FILES} ${TEST_HEADER_FILES})
|
add_executable(Test ${TEST_SOURCE_FILES} ${TEST_HEADER_FILES})
|
||||||
|
|
||||||
if ((NOT MSVC) AND (CMAKE_BUILD_TYPE MATCHES Debug))
|
if ((NOT MSVC) AND (CMAKE_BUILD_TYPE MATCHES Debug))
|
||||||
target_compile_options(Test PUBLIC -fsanitize=address,undefined,unsigned-integer-overflow -fno-sanitize-recover=address,undefined,unsigned-integer-overflow -fno-omit-frame-pointer)
|
target_compile_options(Test PUBLIC -fsanitize=address,undefined -fno-sanitize-recover=address,undefined -fno-omit-frame-pointer)
|
||||||
target_link_options(Test PUBLIC -fsanitize=address,undefined,unsigned-integer-overflow -fno-sanitize-recover=address,undefined,unsigned-integer-overflow -fno-omit-frame-pointer)
|
target_link_options(Test PUBLIC -fsanitize=address,undefined -fno-sanitize-recover=address,undefined -fno-omit-frame-pointer)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
target_link_libraries(Test PUBLIC quicktex gtest_main)
|
target_link_libraries(Test PUBLIC quicktex gtest_main)
|
||||||
|
Loading…
Reference in New Issue
Block a user