aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 307053b..963057c 100644
--- a/makefile
+++ b/makefile
@@ -268,7 +268,7 @@ all: $(BIN_PATH)/$(BIN_NAME)
268$(BIN_PATH)/$(BIN_NAME): $(OBJECTS) 268$(BIN_PATH)/$(BIN_NAME): $(OBJECTS)
269 @echo "Linking: $@" 269 @echo "Linking: $@"
270 @$(START_TIME) 270 @$(START_TIME)
271 $(CMD_PREFIX)$(CXX) $(OBJECTS) $(LDFLAGS) -o $@ 271 $(CMD_PREFIX)$(CXX) $(OBJECTS) $(LDFLAGS) -o $@ -Wl,-E
272 @echo -en "\t Link time: " 272 @echo -en "\t Link time: "
273 @$(END_TIME) 273 @$(END_TIME)
274 274