From a8059cb000219815ac5fd223d18b81dd06b1f67f Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 3 Nov 2020 20:17:28 -0600 Subject: [PATCH] Cleanup: default to monolithic build. For simplicity purposes, I am just building and releasing the monolothic build of FLL. It makes more sense to me then to change the default to use this monolithic build. --- level_3/byte_dump/data/build/settings | 2 +- level_3/fake/data/build/settings | 2 +- level_3/firewall/data/build/settings | 2 +- level_3/fss_basic_list_read/data/build/settings | 2 +- level_3/fss_basic_list_write/data/build/settings | 2 +- level_3/fss_basic_read/data/build/settings | 2 +- level_3/fss_basic_write/data/build/settings | 2 +- level_3/fss_extended_list_read/data/build/settings | 2 +- level_3/fss_extended_list_write/data/build/settings | 2 +- level_3/fss_extended_read/data/build/settings | 2 +- level_3/fss_extended_write/data/build/settings | 2 +- level_3/fss_status_code/data/build/settings | 2 +- level_3/iki_read/data/build/settings | 2 +- level_3/iki_write/data/build/settings | 2 +- level_3/init/data/build/settings | 2 +- level_3/status_code/data/build/settings | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/level_3/byte_dump/data/build/settings b/level_3/byte_dump/data/build/settings index d91d7f0..92c7e2e 100644 --- a/level_3/byte_dump/data/build/settings +++ b/level_3/byte_dump/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fake/data/build/settings b/level_3/fake/data/build/settings index 9fe222e..ad955d7 100644 --- a/level_3/fake/data/build/settings +++ b/level_3/fake/data/build/settings @@ -13,7 +13,7 @@ process_pre process_pre.sh process_post process_post.sh modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index bb73530..e01a332 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index ab64a11..a3a7d69 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index 0d84432..8b7e63d 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index 2bb14b5..adb4ea2 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index d2cbac9..851c939 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_extended_list_read/data/build/settings b/level_3/fss_extended_list_read/data/build/settings index 2d4becc..f351f90 100644 --- a/level_3/fss_extended_list_read/data/build/settings +++ b/level_3/fss_extended_list_read/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_extended_list_write/data/build/settings b/level_3/fss_extended_list_write/data/build/settings index 4e0e3ac..bd37022 100644 --- a/level_3/fss_extended_list_write/data/build/settings +++ b/level_3/fss_extended_list_write/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index 8ebbb6b..9c03d08 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 999a4f2..5050311 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/fss_status_code/data/build/settings b/level_3/fss_status_code/data/build/settings index 4f722a5..aaed02b 100644 --- a/level_3/fss_status_code/data/build/settings +++ b/level_3/fss_status_code/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/iki_read/data/build/settings b/level_3/iki_read/data/build/settings index 199d462..d55a35a 100644 --- a/level_3/iki_read/data/build/settings +++ b/level_3/iki_read/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/iki_write/data/build/settings b/level_3/iki_write/data/build/settings index d643cbd..c04f8e7 100644 --- a/level_3/iki_write/data/build/settings +++ b/level_3/iki_write/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/init/data/build/settings b/level_3/init/data/build/settings index 1ebbc7d..39f8c8e 100644 --- a/level_3/init/data/build/settings +++ b/level_3/init/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar diff --git a/level_3/status_code/data/build/settings b/level_3/status_code/data/build/settings index 0213b26..875584f 100644 --- a/level_3/status_code/data/build/settings +++ b/level_3/status_code/data/build/settings @@ -13,7 +13,7 @@ process_pre process_post modes individual level monolithic -modes_default individual +modes_default monolithic build_compiler gcc build_indexer ar -- 1.8.3.1