Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ximi1970:Toolchains:AVR:latest:Staging
openjfx
0004-Fix-Compilation-Flags.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0004-Fix-Compilation-Flags.patch of Package openjfx
--- a/buildSrc/linux.gradle +++ b/buildSrc/linux.gradle @@ -58,7 +58,7 @@ if (IS_STATIC_BUILD) { def cppFlags = [ commonFlags, "-I$JDK_HOME/include", "-I$JDK_HOME/include/linux", "-c", "-ffunction-sections", "-fdata-sections", - IS_DEBUG_NATIVE ? ["-ggdb", "-DVERBOSE"] : ["-O2", "-DNDEBUG"]].flatten() + IS_DEBUG_NATIVE ? ["-ggdb", "-DNDEBUG"] : ["-O2", "-DNDEBUG"]].flatten() def cFlags = [cppFlags, "-Werror=implicit-function-declaration"].flatten()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor