We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4cd10 commit c579020Copy full SHA for c579020
lldb/test/API/commands/target/basic/Makefile
@@ -4,7 +4,7 @@
4
# EXE := b.out
5
6
ifndef PIE
7
- LDFLAGS := -no-pie
+ LD_EXTRAS := -no-pie
8
endif
9
10
include Makefile.rules
lldb/test/API/lang/c/global_variables/Makefile
@@ -3,7 +3,7 @@ C_SOURCES := main.c
3
DYLIB_NAME := a
DYLIB_C_SOURCES := a.c
lldb/test/API/lang/cpp/char8_t/Makefile
@@ -1,7 +1,7 @@
1
CXX_SOURCES := main.cpp
2
CXXFLAGS_EXTRAS := -std=c++2a -fchar8_t
0 commit comments