forked from Alepha/Alepha
Make the gcc output handle tab column alignment as bytes.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#cmake_policy( SET CMP0002 OLD )
|
||||
|
||||
add_compile_options( -I ${CMAKE_BINARY_DIR} ; -std=c++20 ; -I . )
|
||||
add_compile_options( -fdiagnostics-column-unit=byte )
|
||||
|
||||
|
||||
list( APPEND CMAKE_CTEST_ARGUMENTS "-VV" )
|
||||
|
Reference in New Issue
Block a user