diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-13 18:01:37 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-13 18:01:37 +0000 |
commit | 281dbca63a24410e8a1df91aa45c83ced42cec91 (patch) | |
tree | f6b7e8b3a8a76f75ac919783c0d3e21f87f38b80 /i_o-q3-readme | |
parent | 9258a108b21648156e44b771493355db0361008a (diff) | |
download | ioquake3-aero-281dbca63a24410e8a1df91aa45c83ced42cec91.tar.gz ioquake3-aero-281dbca63a24410e8a1df91aa45c83ced42cec91.zip |
mention OPTIMIZE
git-svn-id: svn://svn.icculus.org/quake3/trunk@340 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'i_o-q3-readme')
-rw-r--r-- | i_o-q3-readme | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i_o-q3-readme b/i_o-q3-readme index 66b186a..4da93b9 100644 --- a/i_o-q3-readme +++ b/i_o-q3-readme @@ -42,6 +42,7 @@ Compiling (Under Linux) 2. Run 'make' For distro maintainers, you can set some make variables: + OPTIMIZE - use this for custom CFLAGS DEFAULT_BASEDIR - extra path to search for baseq3 and such BUILD_SERVER - build the 'q3ded' server binary (1 = build it, default = 1) BUILD_CLIENT - build the 'quake3' client binary (1 = build it, default = 1) |