Skip to content
Snippets Groups Projects
Verified Commit bdc07db5 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/horizon: Temporary workaround for JSON compat

parent 87976574
No related branches found
No related tags found
1 merge request!763system/gcc: Update to 13.3.0
......@@ -30,7 +30,7 @@ build() {
-DBUILD_SHARED_LIBS=True \
-DBUILD_TOOLS=ON \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-format-truncation" \
-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-format-truncation -Wno-type-limits" \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DUNSUPPORTED_NONFREE_FIRMWARE=ON \
-DINSTALL=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment