Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac42c88

Browse files
committed
platform.txt: use iwithprefixbefore to shorten the command lines
The command line for the ESP32 compilers is very long, and it iscausing problems on Windows systems, which enforce a hard 32kbytesline limit.This patch uses the iprefix/iwithprefixbefore options to shorten thecompiler command line by changing"-I{compiler.sdk.path}/include/aaa""-I{compiler.sdk.path}/include/bbb""-I{compiler.sdk.path}/include/ccc" ...to:-iprefix "{compiler.sdk.path}/include/"-iwithprefixbefore aaa-iwithprefixbefore bbb-iwithprefixbefore ccc ...Some targets have up to 200 paths so this can save A LOT of space.On a sample run this patch shortened a single compile command from28777 bytes to 10728.
1 parent627e1b1 commitac42c88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp