Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237912 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- a/configure
0
++ b/configure
Lines 149-155 createVariables() Link Here
149
		configuration="Release_gcc_unicode"
149
		configuration="Release_gcc_unicode"
150
		ext=u
150
		ext=u
151
		debug_flag=""
151
		debug_flag=""
152
		optimization=" -O3 -DREGEXP_UNICODE "
152
		optimization=" -DREGEXP_UNICODE ${CFLAGS} "
153
        # In release builds, unless otherwise instructed, tell wx to disable asserts
153
        # In release builds, unless otherwise instructed, tell wx to disable asserts
154
        asserts="-DNDEBUG"
154
        asserts="-DNDEBUG"
155
        if [ "$asserts_specified" = "on" ]; then
155
        if [ "$asserts_specified" = "on" ]; then
Lines 353-359 createCodeLiteCppcheckMakefile () Link Here
353
	else
353
	else
354
		configuration="Release"
354
		configuration="Release"
355
		debug_flag=""
355
		debug_flag=""
356
		optimization=" -O2 "
356
		optimization="${CFLAGS}"
357
        # In release builds, unless otherwise instructed, tell wx to disable asserts
357
        # In release builds, unless otherwise instructed, tell wx to disable asserts
358
        asserts="-DNDEBUG"
358
        asserts="-DNDEBUG"
359
        if [ "$asserts_specified" = "on" ]; then
359
        if [ "$asserts_specified" = "on" ]; then
Lines 448-454 createCodeLiteClangMakefile() Link Here
448
	else
448
	else
449
		configuration="Release"
449
		configuration="Release"
450
		debug_flag=""
450
		debug_flag=""
451
		optimization=" -O2 "
451
		optimization="${CFLAGS}"
452
        # In release builds, unless otherwise instructed, tell wx to disable asserts
452
        # In release builds, unless otherwise instructed, tell wx to disable asserts
453
        asserts="-DNDEBUG"
453
        asserts="-DNDEBUG"
454
        if [ "$asserts_specified" = "on" ]; then
454
        if [ "$asserts_specified" = "on" ]; then
Lines 559-565 createCodeLiteGCCMakefile () Link Here
559
	else
559
	else
560
		configuration="Release"
560
		configuration="Release"
561
		debug_flag=""
561
		debug_flag=""
562
		optimization=" -O2 "
562
		optimization="${CFLAGS}"
563
        # In release builds, unless otherwise instructed, tell wx to disable asserts
563
        # In release builds, unless otherwise instructed, tell wx to disable asserts
564
        asserts="-DNDEBUG"
564
        asserts="-DNDEBUG"
565
        if [ "$asserts_specified" = "on" ]; then
565
        if [ "$asserts_specified" = "on" ]; then
Lines 672-678 createCodeLiteIndexerMakefile () Link Here
672
	else
672
	else
673
		configuration="Release"
673
		configuration="Release"
674
		debug_flag=""
674
		debug_flag=""
675
		optimization=" -O2 "
675
		optimization="${CFLAGS}"
676
        # In release builds, unless otherwise instructed, tell wx to disable asserts
676
        # In release builds, unless otherwise instructed, tell wx to disable asserts
677
        asserts="-DNDEBUG"
677
        asserts="-DNDEBUG"
678
        if [ "$asserts_specified" = "on" ]; then
678
        if [ "$asserts_specified" = "on" ]; then

Return to bug 237912