Commit 201933a 1 parent 55b3e73 commit 201933a Copy full SHA for 201933a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ mkdir -p build
32
32
cd build
33
33
../configure --target=arm-none-eabi \
34
34
$NEWLIB_FLAGS \
35
- CFLAGS_FOR_TARGET=" -g -Os -ffunction-sections -fdata-sections -fshort-wchar"
35
+ CFLAGS_FOR_TARGET=" -g -O2 -ffunction-sections -fdata-sections -fshort-wchar"
36
36
37
37
make -j $JOBS
38
38
@@ -48,7 +48,7 @@ mkdir -p build-pic
48
48
cd build-pic
49
49
../configure --target=arm-none-eabi \
50
50
$NEWLIB_FLAGS \
51
- CFLAGS_FOR_TARGET=" -g -Os -ffunction-sections -fdata-sections -fshort-wchar -fPIC -mno-pic-data-is-text-relative -mno-single-pic-base"
51
+ CFLAGS_FOR_TARGET=" -g -O2 -ffunction-sections -fdata-sections -fshort-wchar -fPIC -mno-pic-data-is-text-relative -mno-single-pic-base"
52
52
53
53
make -j $JOBS
54
54
You can’t perform that action at this time.
0 commit comments