Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
0190-Fix-deterministic-build-for-preloaded-beam...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0190-Fix-deterministic-build-for-preloaded-beams.patch of Package erlang
From 2bce923a62480e416b0f3fccbd69d98ba24d9da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Henrique=20Ferreira=20de=20Freitas?= <joaohf@gmail.com> Date: Sat, 17 Feb 2024 21:46:07 -0300 Subject: [PATCH] Fix deterministic build for preloaded beams Previous commit 5a80cfd03987a70f4496dc7a78e1d2f4066cc171, started building preloaded beam files when there is a working compiler. However, when deterministic build is enable the flag for ERL_COMPILE_FLAGS was wrong due a missing '+'. --- erts/preloaded/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/preloaded/src/Makefile b/erts/preloaded/src/Makefile index dc09403824..55d0044d15 100644 --- a/erts/preloaded/src/Makefile +++ b/erts/preloaded/src/Makefile @@ -87,7 +87,7 @@ STDLIB_INCLUDE=$(ERL_TOP)/lib/stdlib/include ERL_COMPILE_FLAGS += +debug_info -I$(KERNEL_SRC) -I$(KERNEL_INCLUDE) ifeq ($(ERL_DETERMINISTIC),yes) - ERL_COMPILE_FLAGS += deterministic + ERL_COMPILE_FLAGS += +deterministic endif DIA_PLT = erts-preloaded.plt -- 2.35.3
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