projects
/
profile
/
iot
/
apps
/
native
/
ug-image-viewer-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
081e84e
)
"Remove link option to avoid abs build error"
97/254397/1
submit/tizen/20210302.094434
author
sangwook lee
<sangwook96.lee@samsung.com>
Wed, 3 Mar 2021 03:14:37 +0000
(12:14 +0900)
committer
sangwook lee
<sangwook96.lee@samsung.com>
Wed, 3 Mar 2021 03:14:37 +0000
(12:14 +0900)
Change-Id: I985e105162d97d05b3a2d7a074148b4e782ffa88
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
Build/flags.mk
patch
|
blob
|
history
diff --git
a/Build/flags.mk
b/Build/flags.mk
index 0eb7e41914df20bd26e7224070a48a94f6b8a838..7c5a9b81c7fc68f278a62808f0d603e8d2e9663c 100644
(file)
--- a/
Build/flags.mk
+++ b/
Build/flags.mk
@@
-28,7
+28,7
@@
COMPILE_FLAGS = $(DEBUG_OP) $(OPTIMIZATION_OP) -Wall -c -fmessage-length=0
CPP_COMPILE_FLAGS = $(CPP_DEBUG_OP) $(CPP_OPTIMIZATION_OP) -Wall -c -fmessage-length=0 -std=c++11
-LINK_FLAGS =
-L"$(PROJ_PATH)/lib" -Wl,--no-undefined $(LINK_OP)
+LINK_FLAGS =
AR_FLAGS =