Skip to content

Commit 5a3b14a

Browse files
committed
paralell make
1 parent d566b44 commit 5a3b14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/TargetVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
#define TARGET_VERSION_STRING EXPAND_STRING( TARGET_VERSION )
99

10-
#endif //TARGETVERSION_H
10+
#endif //TARGETVERSION_Hcd s

lib/buildLinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ qmake -spec ../../QT/current/Desktop/Qt/474/gcc/mkspecs/linux-g++-32
1111

1212
#sed -i -e "s#-L/usr/lib/x86_64-linux-gnu#-L/opt/AfterShotPro/lib -L/usr/lib/x86_64-linux-gnu#g" Makefile
1313
#do the build
14-
make
14+
make -j8

0 commit comments

Comments
 (0)