This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Disable floating point support when building using PIO
rfm69
Xose Pérez
6 years ago
parent
9ee7ffa795
commit
d3fbe31d92
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
code/extra_scripts.py
+ 0
- 1
code/extra_scripts.py
View File
@ -37,7 +37,6 @@ def clr(color, text):
def
remove_float_support
(
)
:
flags
=
"
"
.
join
(
env
[
'
LINKFLAGS
'
]
)
print
flags
flags
=
flags
.
replace
(
"
-u _printf_float
"
,
"
"
)
flags
=
flags
.
replace
(
"
-u _scanf_float
"
,
"
"
)
newflags
=
flags
.
split
(
)
Write
Preview
Loading…
Cancel
Save