Skip to content

Commit a9fe147

Browse files
author
DvirDukhan
authored
removed modern from debian gcc (#870)
1 parent b68b30e commit a9fe147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opt/system-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def common_first(self):
2626

2727
def debian_compat(self):
2828
self.run("%s/bin/enable-utf8" % READIES)
29-
self.run("%s/bin/getgcc --modern" % READIES)
29+
self.run("%s/bin/getgcc" % READIES)
3030
self.install("gawk")
3131
self.install("libssl-dev")
3232
self.install("python3-regex")

0 commit comments

Comments
 (0)