mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 06:08:31 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b5785af7a | ||
|
|
ecafd5abab |
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
simtrace2 (0.8.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* firmware/Makefile: don't use distribution's CFLAGS
|
||||||
|
|
||||||
|
-- Oliver Smith <osmith@sysmocom.de> Fri, 15 Sep 2023 11:17:37 +0200
|
||||||
|
|
||||||
simtrace2 (0.8.1) unstable; urgency=medium
|
simtrace2 (0.8.1) unstable; urgency=medium
|
||||||
|
|
||||||
* host/contrib/simtrace2.spec.in: fix soname
|
* host/contrib/simtrace2.spec.in: fix soname
|
||||||
|
|||||||
@@ -29,6 +29,13 @@
|
|||||||
# Makefile for compiling the Getting Started with SAM3S Microcontrollers project
|
# Makefile for compiling the Getting Started with SAM3S Microcontrollers project
|
||||||
|
|
||||||
GIT_VERSION=$(shell $(TOP)/git-version-gen $(TOP)/.tarball-version)
|
GIT_VERSION=$(shell $(TOP)/git-version-gen $(TOP)/.tarball-version)
|
||||||
|
|
||||||
|
CFLAGS = \
|
||||||
|
-Werror=format-security \
|
||||||
|
-Wformat \
|
||||||
|
-g \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# User-modifiable options
|
# User-modifiable options
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user