File: hardening

package info (click to toggle)
openmsx-catapult 19.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,952 kB
  • sloc: cpp: 6,592; python: 458; makefile: 43; sed: 37; sh: 25
file content (17 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: wxcatapult/build/main.mk
===================================================================
--- wxcatapult.orig/build/main.mk
+++ wxcatapult/build/main.mk
@@ -49,10 +49,10 @@ BOOLCHECK=$(strip \
 # and by this Makefile.
 # Note: LDFLAGS are passed to the linker itself, LINK_FLAGS are passed to the
 #       compiler in the link phase.
-CXXFLAGS:=
+CXXFLAGS:=$(DEB_CXXFLAGS)
 LDFLAGS:=
 LDADD:=
-LINK_FLAGS:=
+LINK_FLAGS:=$(DEB_LDFLAGS)
 SOURCES:=
 
 # Logical Targets