Wolfgang added to AUTHORS.txt
PhenomX4 target added
profiles version updated
slightly enhanced Dark theme
--large-adress-aware included in the example cmake option file
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
RT_BINDIR=`dirname "$0"`
|
|
export LD_LIBRARY_PATH=${RT_BINDIR}
|
|
cd "${RT_BINDIR}" && ./rt "$@"
|