automatic multicore compilation
This commit is contained in:
parent
39f2385b8d
commit
6a3617b960
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -11,6 +11,8 @@ VERSION_MINOR = 12
|
|||
PATCHLEVEL = 1
|
||||
COMPILE_VERSION = 0
|
||||
|
||||
MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)
|
||||
|
||||
CC = gcc
|
||||
|
||||
CFLAGS = -g -O2 -I./src/ -DVERSION_MAJOR=$(VERSION_MAJOR) -DVERSION_MINOR=$(VERSION_MINOR) -DPATCHLEVEL=$(PATCHLEVEL) -DCOMPILE_VERSION=$(COMPILE_VERSION)
|
||||
|
|
Loading…
Reference in a new issue