diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-05 16:53:09 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-05 16:53:09 +0100 |
commit | 85110f7880e32d298ee2853b4c055c7aaa22662f (patch) | |
tree | dd7f3bc8f3f95e9c679a1bea86a8320d82280774 /build.sh | |
parent | a5506270bc42a950d94a05878d8adfc15cefb464 (diff) | |
download | qtmips-85110f7880e32d298ee2853b4c055c7aaa22662f.tar.gz qtmips-85110f7880e32d298ee2853b4c055c7aaa22662f.tar.bz2 qtmips-85110f7880e32d298ee2853b4c055c7aaa22662f.zip |
Fix and suppress most of the warnings
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ cd build # Compile qtchooser -run-tool=qmake -qt=5 "$ROOT" "QMAKE_RPATHDIR += ../qtmips_machine" -make +make sub-qtmips_cli sub-qtmips_gui # Note: we are building these to to not build tests # Link executables to more suitable place ln -fs qtmips_cli/qtmips_cli cli |