forked from bblanchon/ArduinoJson
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)")
|
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
||||||
add_definitions(
|
add_definitions(
|
||||||
|
-fno-exceptions
|
||||||
-Wall
|
-Wall
|
||||||
-Wcast-align
|
-Wcast-align
|
||||||
-Wcast-qual
|
-Wcast-qual
|
||||||
|
Reference in New Issue
Block a user