tests: recommanded build options for open62541 leads to infinite linking time when building PLC
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sun, 17 Jul 2022 22:46:26 +0200
changeset 3552 ffe4e46a3163
parent 3551 edf59ae145b7
child 3558 f5850ce25caf
tests: recommanded build options for open62541 leads to infinite linking time when building PLC
tests/Makefile
--- a/tests/Makefile	Sun Jul 17 22:42:56 2022 +0200
+++ b/tests/Makefile	Sun Jul 17 22:46:26 2022 +0200
@@ -102,7 +102,7 @@
 $(build_dir)/open62541/build/bin/libopen62541.a: $(build_dir)/open62541/$(open62541_checksum).sha1
 	cd $(build_dir)/open62541 && \
     rm -rf build && mkdir build && cd build && \
-	cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUA_NAMESPACE_ZERO=FULL .. && \
+	cmake .. && \
 	make
 
 built_apps: $(build_dir)/matiec/iec2c $(build_dir)/beremiz/$(beremiz_checksum).sha1 $(build_dir)/open62541/build/bin/libopen62541.a