Skip to content

Commit 07d3026

Browse files
committed
Test (revert)
1 parent 8fb0b61 commit 07d3026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ $(LIBSTDCXX_SO): $(call timestamp_of,c-cpp-linking) \
209209
PROFILE_DEPS
210210
@$(LOGGER) "$(PROFILE): Translating the C++ standard library..."
211211
@cd $(PROFILE_DIR)/compiler-src && \
212-
$(OUTPUT_DIR)/kcc \
212+
$(OUTPUT_DIR)/kcc -d \
213213
-Wfatal-errors \
214214
--use-profile $(PROFILE) \
215215
-shared -o $@ *.C \

0 commit comments

Comments
 (0)