@cryptotaxi247 / netdata-1 / commits / 55e567f44

fix: correct typo in NetdataCompilerFlags (#19614)

Ilya Mashchenko committed Feb 11, 2025 at 16:38 UTC 55e567f441876eb1f4a216e140c7931af8f86bfb
1 file changed +1 -1
packaging/cmake/Modules/NetdataCompilerFlags.cmake
+1 -1
@@ -141,4 +141,4 @@ foreach(FLAG function-sections data-sections)
141 endforeach()
142
143 add_simple_extra_compiler_flag("-Wbuiltin-macro-redefined" "-Wno-builtin-macro-redefined")
144 -add_simple_extra_compiler_flag("-fexecptions" "-fexceptions")
144 +add_simple_extra_compiler_flag("-fexceptions" "-fexceptions")