File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ define $(package)_set_vars
26
26
$(package ) _config_opts_release = -release
27
27
$(package ) _config_opts_release += -silent
28
28
$(package ) _config_opts_debug = -debug
29
+ $(package ) _config_opts_debug += -optimized-tools
29
30
$(package ) _config_opts += -bindir $(build_prefix ) /bin
30
31
$(package ) _config_opts += -c++std c++1z
31
32
$(package ) _config_opts += -confirm-license
@@ -67,7 +68,6 @@ $(package)_config_opts += -no-xinput2
67
68
$(package ) _config_opts += -nomake examples
68
69
$(package ) _config_opts += -nomake tests
69
70
$(package ) _config_opts += -opensource
70
- $(package ) _config_opts += -optimized-tools
71
71
$(package ) _config_opts += -pkg-config
72
72
$(package ) _config_opts += -prefix $(host_prefix )
73
73
$(package ) _config_opts += -qt-libpng
You can’t perform that action at this time.
0 commit comments