From 29f0b236a06d009bc4c181d4149d61f18efa4dfe Mon Sep 17 00:00:00 2001 From: JDierkse Date: Wed, 12 Jul 2023 15:50:54 +0200 Subject: [PATCH] Add CompileFlags file --- compile_flags.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 compile_flags.txt diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..65b6693 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,41 @@ +-xc++ +-I/source/DataStorageInterface/Libraries/clipp/include +-I/source/DataStorageInterface/Libraries/inih +-I/source/DataStorageInterface/Libraries/json/include/nlohmann +-I/source/DataStorageInterface/Libraries/json/include +-Wno-stringop-truncation +-I/source/DataStorageInterface +-I/source/DataStorageInterface/Libraries +-g3 +-O3 +-fPIC +-std=c++11 +-Wall +-Wextra +-Wstrict-aliasing +-fmax-errors=5 +-Werror +-Wunreachable-code +-Wdisabled-optimization +-Wformat=2 +-Winit-self +-Wmissing-include-dirs +-Woverloaded-virtual +-Wsign-promo +-Wstrict-null-sentinel +-fdiagnostics-show-option +-Wno-unused +-Wno-variadic-macros +-Wno-parentheses +-Wno-unused-parameter +-ffunction-sections +-fdata-sections +-Wno-stringop-truncation +-I/source/DataStorageInterface/Libraries/MySQL/include +-I/source/DataStorageInterface/Libraries/SQLite/include +-I/source/DataStorageInterface/Libraries/Http/include +-I/source/DataStorageInterface/Libraries/DataStorage/include +-I/source/DataStorageInterface/Libraries/Timer/include +-I/source/DataStorageInterface/Libraries/Logging/include +-I/source/DataStorageInterface/Libraries/Utilities/include +-I/source/DataStorageInterface/Libraries/DateTime/include