minsize script fix [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-06-07 19:27:55 +00:00
parent ad066182f7
commit d74355e426

View file

@ -15,5 +15,5 @@ cmake ../ -DCMAKE_BUILD_TYPE=MinSizeRel \
-DKATIE_SETTINGS_FULL=/etc/xdg \
-DKATIE_LDCONF_FULL=/etc/ld.so.conf.d \
-DKATIE_PROFILE_FULL=/etc/profile.d \
-DQT_NO_EXCEPTIONS $@
-DQT_NO_EXCEPTIONS=1 $@
make -j$(nproc || echo 1)