File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ modules:
9595 builddir : true
9696 config-opts :
9797 - -DWITH_EXAMPLES=OFF
98+ - -DCMAKE_BUILD_TYPE=Release
9899 cleanup :
99100 - /bin
100101
@@ -122,7 +123,7 @@ modules:
122123 builddir : true
123124 config-opts :
124125 - -DCMAKE_VERBOSE_MAKEFILE=OFF
125- - -DCMAKE_BUILD_TYPE:STRING =Release
126+ - -DCMAKE_BUILD_TYPE=Release
126127 - -DCHANNEL_TSMF:BOOL=OFF
127128 - -DBUILD_TESTING:BOOL=OFF
128129 - -DWITH_MANPAGES:BOOL=OFF
@@ -152,6 +153,7 @@ modules:
152153 - -DWITH_GCRYPT=OFF
153154 - -DWITH_EXAMPLES=OFF
154155 - -DWITH_TESTS=OFF
156+ - -DCMAKE_BUILD_TYPE=Release
155157 cleanup :
156158 - /bin
157159 - /lib/libvncserver.so*
@@ -187,6 +189,7 @@ modules:
187189 builddir : true
188190 config-opts :
189191 - -DBUILD_VIEWER=OFF
192+ - -DCMAKE_BUILD_TYPE=Release
190193 cleanup :
191194 - /bin
192195 - /lib/*.so*
@@ -227,6 +230,7 @@ modules:
227230 builddir : true
228231 config-opts :
229232 - -DBUILD_TESTING=OFF
233+ - -DCMAKE_BUILD_TYPE=Release
230234 cleanup :
231235 - /bin
232236 - /share/man
You can’t perform that action at this time.
0 commit comments