Skip to content

[Web/SCons] Use CCFLAGS for SIDE_MODULE option#1560

Merged
dsnopek merged 1 commit into
godotengine:masterfrom
Faless:fix/build_web_cppflags_is_ccflags
Aug 26, 2024
Merged

[Web/SCons] Use CCFLAGS for SIDE_MODULE option#1560
dsnopek merged 1 commit into
godotengine:masterfrom
Faless:fix/build_web_cppflags_is_ccflags

Conversation

@Faless

@Faless Faless commented Aug 24, 2024

Copy link
Copy Markdown
Contributor

Was using CPPFLAGS, but should use the explicit scons CCFLAGS which makes it clear they are applied to both the C and C++ compiler.

CPPFLAGS was also fine (they are preprocessor flags, also applied to both C and C++), but we should try to stay consistent with what we do in Godot.

Was using CPPFLAGS, but should use the explicit scons CCFLAGS which
makes it clear they are applied to both the C and C++ compiler.

CPPFLAGS was also fine (they are preprocessor flags, also applied to
both C and C++), but we should try to stay consistent with what we do
in Godot.
@Faless Faless added enhancement This is an enhancement on the current functionality platform:web topic:buildsystem Related to the buildsystem or CI setup labels Aug 24, 2024
@Faless
Faless requested a review from a team as a code owner August 24, 2024 10:09

@dsnopek dsnopek left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dsnopek

dsnopek commented Sep 3, 2024

Copy link
Copy Markdown
Collaborator

Cherry-picked for 4.3 in PR #1569

@dsnopek

dsnopek commented Sep 3, 2024

Copy link
Copy Markdown
Collaborator

Cherry-picked for 4.2 in PR #1570

@Faless
Faless deleted the fix/build_web_cppflags_is_ccflags branch September 4, 2024 06:00
@dsnopek

dsnopek commented Sep 4, 2024

Copy link
Copy Markdown
Collaborator

Cherry-picked for 4.1 in PR #1572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement This is an enhancement on the current functionality platform:web topic:buildsystem Related to the buildsystem or CI setup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants