Skip to content

Conversation

hiento09
Copy link
Contributor

This pull request makes a small adjustment to the build process in the apps/jan-api-gateway/Dockerfile by modifying the linker flags used during the Go build. This change is likely intended to facilitate debugging or alter build optimizations.

  • Updated the go build command to include the -N -l flags (via all=-N -l) in the -ldflags option, which disables optimizations and inlining for easier debugging.

@hiento09 hiento09 merged commit 1a41dd2 into dev Aug 20, 2025
1 check failed
@hiento09 hiento09 deleted the chore/change-go-build-flag branch August 20, 2025 04:26
hiento09 added a commit that referenced this pull request Aug 21, 2025
hiento09 added a commit that referenced this pull request Aug 21, 2025
jjchen01 added a commit that referenced this pull request Aug 26, 2025
* bump version

* version tag test

* bump version

* chore: keep DWARF for opentelemetry auto instrument (#44)

* chore: change go build flag (#45)

* chore: change go build flag (#46)

* bump version

* chore: allow grafana beyla auto-instrument (#50)

* chore: pprof (#56)

* chore: expose pprof endpoint (#57)

* chore: expose pprof endpoint (#57)

* chore: pprof listen on 0.0.0.0 (#59)

* Feat: domains for apikey management (#62)

* models for apikey management
* services for org
* management domains

* Feat: db-migration (#64)

* chore: generate .hcl

* migration script

* chore: code clean up

* chore: reset database (#65)

---------

Co-authored-by: hiento09 <[email protected]>
Co-authored-by: Hien To <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant