1
0
forked from Alepha/Alepha

Compiler output should have full concept tracebacks.

This commit is contained in:
2023-10-22 04:42:18 -04:00
parent bb6049ad81
commit 2d75855414

View File

@ -2,6 +2,7 @@
add_compile_options( -std=c++20 )
add_compile_options( -fdiagnostics-column-unit=byte )
add_compile_options( -fconcepts-diagnostics-depth=0 )
include_directories( ${CMAKE_BINARY_DIR} . )