mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Use JSON, unifying settings.
This commit is contained in:
committed by
Christoffer Lerno
parent
fd82f9685f
commit
7226bff6ea
@@ -112,7 +112,7 @@ class Issues:
|
||||
debug = "-g "
|
||||
opts = ""
|
||||
for opt in self.opts:
|
||||
opts += ' -' + opt
|
||||
opts += ' ' + opt
|
||||
code = subprocess.run(self.conf.compiler + target + ' -O0 ' + opts + ' ' + debug + args, universal_newlines=True, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
os.chdir(self.conf.cwd)
|
||||
if code.returncode != 0 and code.returncode != 1:
|
||||
|
||||
Reference in New Issue
Block a user