We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f663c commit d29bce5Copy full SHA for d29bce5
1 file changed
src/libretroshare.pro
@@ -167,6 +167,8 @@ linux-* {
167
CONFIG += link_pkgconfig
168
169
QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64
170
+ QMAKE_CXXFLAGS += -fopenmp
171
+ LIBS += -fopenmp
172
QMAKE_CC = $${QMAKE_CXX}
173
174
no_sqlcipher {
@@ -242,6 +244,8 @@ win32-x-g++ {
242
244
################################# Windows ##########################################
243
245
246
win32-g++|win32-clang-g++ {
247
248
249
250
OBJECTS_DIR = temp/obj
251
MOC_DIR = temp/moc
0 commit comments