aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/SConstruct b/linden/indra/SConstruct
index 0e68039..d07b17d 100644
--- a/linden/indra/SConstruct
+++ b/linden/indra/SConstruct
@@ -350,7 +350,7 @@ for build_target in targets:
350 releasenoopt_cppflags = cppflags + '-DNDEBUG -DLL_RELEASE=1 ' 350 releasenoopt_cppflags = cppflags + '-DNDEBUG -DLL_RELEASE=1 '
351 releasefordownload_cflags = cflags + '-O2 ' 351 releasefordownload_cflags = cflags + '-O2 '
352 releasefordownload_cxxflags = cxxflags + '-O2 ' 352 releasefordownload_cxxflags = cxxflags + '-O2 '
353 releasefordownload_cppflags = cppflags + '-DNDEBUG -DLL_RELEASE=1 -DLL_RELEASE_FOR_DOWNLOAD=1 -DLL_SEND_CRASH_REPORTS=1 ' 353 releasefordownload_cppflags = cppflags + '-DNDEBUG -DLL_RELEASE=1 -DLL_RELEASE_FOR_DOWNLOAD=1 '
354 354
355 ################ 355 ################
356 # ENVIRONMENT # 356 # ENVIRONMENT #