1
0
forked from Alepha/Alepha

Make the gcc output handle tab column alignment as bytes.

This commit is contained in:
2023-10-17 15:30:40 -04:00
parent d65687f45e
commit 200772d27d

View File

@ -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" )