Skip to content

Commit 5fda229

Browse files
committed
Revert to no-pie without quotes
1 parent 1dec2bb commit 5fda229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/invariants/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ else
1717
endif
1818

1919
ifeq ($(detected_OS),Linux)
20-
CFLAGS += -fpie
21-
CXXFLAGS += -fpie
20+
CFLAGS += -no-pie
21+
CXXFLAGS += -no-pie
2222
endif
2323

2424
test: driver$(EXEEXT)

0 commit comments

Comments
 (0)