mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
CONFIG += release added to OSX and Linux build scripts
This commit is contained in:
@ -5,13 +5,13 @@ fi
|
||||
|
||||
echo "Compiling YACReader"
|
||||
cd ./YACReader
|
||||
qmake -spec macx-g++
|
||||
qmake -spec macx-g++ "CONFIG+=release"
|
||||
make
|
||||
cd ..
|
||||
|
||||
echo "Compiling YACReaderLibrary"
|
||||
cd ./YACReaderLibrary
|
||||
qmake -spec macx-g++
|
||||
qmake -spec macx-g++ "CONFIG+=release"
|
||||
make
|
||||
cd ..
|
||||
|
||||
|
Reference in New Issue
Block a user