We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb0b61 commit 07d3026Copy full SHA for 07d3026
Makefile
@@ -209,7 +209,7 @@ $(LIBSTDCXX_SO): $(call timestamp_of,c-cpp-linking) \
209
PROFILE_DEPS
210
@$(LOGGER) "$(PROFILE): Translating the C++ standard library..."
211
@cd $(PROFILE_DIR)/compiler-src && \
212
- $(OUTPUT_DIR)/kcc \
+ $(OUTPUT_DIR)/kcc -d \
213
-Wfatal-errors \
214
--use-profile $(PROFILE) \
215
-shared -o $@ *.C \
0 commit comments