mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-09 09:57:23 +03:00
deleted uneeded build file
This commit is contained in:
parent
54c32bba53
commit
8495a8e838
@ -188,7 +188,7 @@ Configs=[
|
|||||||
# Compiles test code with given arguments
|
# Compiles test code with given arguments
|
||||||
def compile(file, args)
|
def compile(file, args)
|
||||||
logfile="#{file}.log"
|
logfile="#{file}.log"
|
||||||
command="g++ #{file} -o #{file}.out #{ENV['LDFLAGS']} #{args} 1>>#{logfile} 2>&1"
|
command="g++ #{file} -o #{file}.out #{ENV['LDFLAGS']} -pthread #{args} 1>>#{logfile} 2>&1"
|
||||||
|
|
||||||
open(logfile, "a") {|f|
|
open(logfile, "a") {|f|
|
||||||
f.write(command+"\n")
|
f.write(command+"\n")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user