mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
Added flag -fno-exceptions
This commit is contained in:
@ -3,6 +3,7 @@ file(GLOB_RECURSE SRC_FILES *.cpp)
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
||||
add_definitions(
|
||||
-fno-exceptions
|
||||
-Wall
|
||||
-Wcast-align
|
||||
-Wcast-qual
|
||||
|
Reference in New Issue
Block a user