18 lines
501 B
Plaintext
18 lines
501 B
Plaintext
# latx-x86_64.conf - LATX Runtime Configuration File
|
|
#
|
|
# This file defines default environment variables for the LATX
|
|
# when running 64-bit x86_64 programs.
|
|
#
|
|
# It allows you to customize the runtime behavior for specific target
|
|
# executables.
|
|
#
|
|
# Each section corresponds to a target executable name.
|
|
# The settings inside the section will be applied when that program runs.
|
|
#
|
|
# Notes:
|
|
# - Section names are case-sensitive.
|
|
# - Keys represent environment variables.
|
|
#
|
|
#[devcpp.exe]
|
|
#LATX_SOFTFPU = 1
|