mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix(concrete-compiler): abort compilation on first error
To prevent infinite compilation in case of potential circular includes
This commit is contained in:
committed by
Quentin Bourgerie
parent
220d733e98
commit
15f07addc7
@@ -12,6 +12,7 @@ add_definitions("-Wno-dollar-in-identifier-extension")
|
||||
|
||||
add_definitions("-Wall ")
|
||||
add_definitions("-Werror ")
|
||||
add_definitions("-Wfatal-errors")
|
||||
|
||||
# If we are trying to build the compiler with LLVM/MLIR as libraries
|
||||
if(NOT DEFINED LLVM_EXTERNAL_CONCRETELANG_SOURCE_DIR)
|
||||
|
||||
Reference in New Issue
Block a user