mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 10:58:51 +00:00
Added multithreaded compilation on Windows (#591)
* Added multithreaded compilation on Windows * Changed tabs to spaces
This commit is contained in:
parent
2ff84a3abe
commit
1fa4a5c6bf
@ -45,6 +45,9 @@ win32 {
|
|||||||
# Generate debug symbols in release mode
|
# Generate debug symbols in release mode
|
||||||
QMAKE_CXXFLAGS_RELEASE += -Zi # Compiler
|
QMAKE_CXXFLAGS_RELEASE += -Zi # Compiler
|
||||||
QMAKE_LFLAGS_RELEASE += /DEBUG # Linker
|
QMAKE_LFLAGS_RELEASE += /DEBUG # Linker
|
||||||
|
|
||||||
|
# Multithreaded compilation
|
||||||
|
QMAKE_CXXFLAGS += -MP
|
||||||
}
|
}
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
|
Loading…
Reference in New Issue
Block a user