mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
don't show LINK flags
This commit is contained in:
@@ -25,7 +25,7 @@ def clr(color, text):
|
||||
|
||||
def remove_float_support():
|
||||
flags = " ".join(env['LINKFLAGS'])
|
||||
print(clr(Color.BLUE, "LINKFLAGS = %ss" % flags))
|
||||
# print(clr(Color.BLUE, "LINKFLAGS = %ss" % flags))
|
||||
flags = flags.replace("-u _printf_float", "")
|
||||
flags = flags.replace("-u _scanf_float", "")
|
||||
newflags = flags.split()
|
||||
|
||||
Reference in New Issue
Block a user