提交 cc8bab77 authored 作者: Brian West's avatar Brian West

FS-6276 move our include first so that ours is used and not the system if its present

上级 3575a07c
...@@ -26,7 +26,7 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@ ...@@ -26,7 +26,7 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@
# will run on the target platform. (BCC and TCC are usually the # will run on the target platform. (BCC and TCC are usually the
# same unless your are cross-compiling.) # same unless your are cross-compiling.)
# #
TCC = @TARGET_CC@ @TARGET_CFLAGS@ -I. -I${TOP}/src TCC = @TARGET_CC@ -I. -I${TOP}/src @TARGET_CFLAGS@
# Define -DNDEBUG to compile without debugging (i.e., for production usage) # Define -DNDEBUG to compile without debugging (i.e., for production usage)
# Omitting the define will cause extra debugging code to be inserted and # Omitting the define will cause extra debugging code to be inserted and
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论