Skip to content

Commit 41498b6

Browse files
authored
Actually remove main environment pollution
See previous commit)
1 parent ea902ca commit 41498b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SConstruct

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ for tool in ['gcc','gnulink']:
1818
env.Tool(tool)
1919
env['CCFLAGS'] = ''
2020
env['CXXFLAGS'] = '-std=c++17'
21-
env['LINKFLAGS'] = '-no-pie'
2221

2322
# Add other languages here when you want to add language targets
2423
# Put 'name_of_language_directory' : 'file_extension'

0 commit comments

Comments
 (0)