mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Add cflags include directives back
This commit is contained in:
parent
2593090220
commit
50a9357e0a
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ LIBS += -ldl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Compiler options
|
# Compiler options
|
||||||
CFLAGS += $(CYC_PROFILING) $(CYC_GCC_OPT_FLAGS) -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument
|
CFLAGS += $(CYC_PROFILING) $(CYC_GCC_OPT_FLAGS) -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -Iinclude
|
||||||
BASE_CFLAGS ?= $(CYC_PROFILING) $(CYC_GCC_OPT_FLAGS) -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument
|
BASE_CFLAGS ?= $(CYC_PROFILING) $(CYC_GCC_OPT_FLAGS) -fPIC -Wall -Wno-shift-negative-value -Wno-unused-command-line-argument -I$(PREFIX)/include
|
||||||
# Used by Cyclone to compile programs, no need for PIC there
|
# Used by Cyclone to compile programs, no need for PIC there
|
||||||
BASE_PROG_CFLAGS ?= $(CYC_PROFILING) $(CYC_GCC_OPT_FLAGS) -Wall
|
BASE_PROG_CFLAGS ?= $(CYC_PROFILING) $(CYC_GCC_OPT_FLAGS) -Wall
|
||||||
COMP_CFLAGS ?= $(BASE_CFLAGS)
|
COMP_CFLAGS ?= $(BASE_CFLAGS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue