Sha256: a4277470d343b8354c90aff3b6344155d9e90067c94676deb3e52e5ea3f80901

Contents?: true

Size: 280 Bytes

Versions: 250

Compression:

Stored size: 280 Bytes

Contents

#!/bin/bash

DEBUG=1

if [ "$1" = "" ]; then
	EXECUTABLE=ui
else
	EXECUTABLE=$1
fi

if [ $DEBUG = 1 ]; then
	g++ -g -DDEBUG=1 -Wall -Wextra -fno-exceptions -fno-rtti ui.cpp -o $EXECUTABLE
else
	g++ -O3 -DDEBUG=0 -Wall -Wextra -fno-exceptions -fno-rtti -s ui.cpp -o $EXECUTABLE
fi

Version data entries

250 entries across 49 versions & 6 rubygems

Version Path
ufos-1.0.94 ./other/old_compiler/shiltiumcomp59/compile_ui
ufos-1.0.94 ./other/old_compiler/shiltiumcomp58/compile_ui
ufos-1.0.94 ./other/old_compiler/shiltiumcomp/compile_ui
ufos-1.0.94 ./other/old_compiler/shiltiumcomp76/compile_ui
ufos-1.0.94 ./other/old_compiler/shiltiumcomp78/compile_ui
aliens-1.0.94 ./other/old_compiler/shiltiumcomp59/compile_ui
aliens-1.0.94 ./other/old_compiler/shiltiumcomp76/compile_ui
aliens-1.0.94 ./other/old_compiler/shiltiumcomp58/compile_ui
aliens-1.0.94 ./other/old_compiler/shiltiumcomp/compile_ui
aliens-1.0.94 ./other/old_compiler/shiltiumcomp78/compile_ui
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp59/compile_ui
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp/compile_ui
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp78/compile_ui
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp58/compile_ui
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp76/compile_ui
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp76/compile_ui
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp58/compile_ui
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp59/compile_ui
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp/compile_ui
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp78/compile_ui