Revert back previous LINKFLAGS

This commit is contained in:
Ivan Kravets
2016-06-18 00:52:46 +03:00
parent 4035b9ac6c
commit 8d94a62b9c
4 changed files with 19 additions and 6 deletions
+5
View File
@@ -66,6 +66,11 @@ env.Append(
],
LIBS=["stdc++", "nosys"],
LINKFLAGS=[
"-nostartfiles",
"-nostdlib"
]
)
#