mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added HRT compiler option
This commit is contained in:
parent
fa50f47420
commit
63c7413fce
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
CYC_PROFILING ?=
|
CYC_PROFILING ?=
|
||||||
#CYC_PROFILING ?= -g -pg
|
#CYC_PROFILING ?= -g -pg
|
||||||
|
#CYC_PROFILING ?= -DCYC_HIGH_RES_TIMERS
|
||||||
|
|
||||||
CYC_GCC_OPT_FLAGS ?= -O2
|
CYC_GCC_OPT_FLAGS ?= -O2
|
||||||
#CYC_GCC_OPT_FLAGS ?= -g
|
#CYC_GCC_OPT_FLAGS ?= -g
|
||||||
|
|
Loading…
Add table
Reference in a new issue