mirror of https://github.com/libAthena/athena.git
hard-path comments
This commit is contained in:
parent
0bf9815fc0
commit
3071db8f61
|
@ -10,12 +10,12 @@ QMAKE_CXXFLAGS_WARN_ON = -Wno-unused-parameter
|
||||||
INCLUDEPATH += ../include
|
INCLUDEPATH += ../include
|
||||||
|
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
INCLUDEPATH += /run/media/jacko/Extra/llvm-build/usr/include
|
# FOR FULL DEBUGGING, PLEASE UNCOMMENT THESE AND POINT THEM TO
|
||||||
LIBS += -L/run/media/jacko/Extra/llvm-build/usr/lib
|
# THE INSTALL PREFIX OF YOUR OWN DEBUG BUILD OF LLVM/CLANG!!
|
||||||
|
#INCLUDEPATH += /home/jacko/llvm-build/usr/include
|
||||||
|
#LIBS += -L/home/jacko/llvm-build/usr/lib
|
||||||
LIBS += -g
|
LIBS += -g
|
||||||
} else {
|
} else {
|
||||||
#INCLUDEPATH += /run/media/jacko/Extra/llvm-build/usrmin/include
|
|
||||||
#LIBS += -L/run/media/jacko/Extra/llvm-build/usrmin/lib
|
|
||||||
LIBS += -flto
|
LIBS += -flto
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue