mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 13:24:03 +08:00
[build] build NPS with fPIC option
to make travis and clang happy
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ CFLAGS = $(WARN_FLAGS)
|
||||
CFLAGS += $(INCLUDES)
|
||||
CFLAGS += $($(TARGET).CFLAGS)
|
||||
CFLAGS += $(USER_CFLAGS) $(BOARD_CFLAGS)
|
||||
CFLAGS += -O$(OPT)
|
||||
CFLAGS += -O$(OPT) -fPIC
|
||||
CFLAGS += $(DEBUG_FLAGS)
|
||||
CFLAGS += -std=gnu99
|
||||
CFLAGS += $(shell pkg-config --cflags-only-I ivy-glib)
|
||||
|
||||
Reference in New Issue
Block a user