Skip to content

Commit 296fe08

Browse files
committed
Update Makefiles
1 parent f2ec11d commit 296fe08

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

LMS/swift/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ SWIFTH = LMS-Swift.h
5050
SOURCES = AppDelegate.swift DisplayView.swift MeterView.swift \
5151
SpectrumView.swift LMSView.swift Audio.o
5252

53-
SFLAGS = -g -target x86_64-apple-macosx10.10 \
53+
SFLAGS = -target x86_64-apple-macosx10.10 \
5454
-import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \
5555
-Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w
5656

57-
CFLAGS = -g -target x86_64-apple-macosx10.10
57+
CFLAGS = -target x86_64-apple-macosx10.10
5858

5959

6060
$(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks

SLMS/swift/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ SWIFTH = SLMS-Swift.h
5050
SOURCES = AppDelegate.swift ScaleView.swift DisplayView.swift MeterView.swift \
5151
KnobView.swift SpectrumView.swift SLMSView.swift Audio.o
5252

53-
SFLAGS = -g -target x86_64-apple-macosx10.10 \
53+
SFLAGS = -target x86_64-apple-macosx10.10 \
5454
-import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \
5555
-Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w
5656

57-
CFLAGS = -g -target x86_64-apple-macosx10.10
57+
CFLAGS = -target x86_64-apple-macosx10.10
5858

5959

6060
$(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist

Scope/swift/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ SWIFTH = Scope-Swift.h
4848
SOURCES = AppDelegate.swift ScopeView.swift XScaleView.swift \
4949
YScaleView.swift Audio.o
5050

51-
SFLAGS = -g -target x86_64-apple-macosx10.10 \
51+
SFLAGS = -target x86_64-apple-macosx10.10 \
5252
-import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \
5353
-Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w
5454

55-
CFLAGS = -g -target x86_64-apple-macosx10.10
55+
CFLAGS = -target x86_64-apple-macosx10.10
5656

5757

5858
$(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks Icons

SigGen/swift/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ SWIFTH = SigGen-Swift.h
4747
SOURCES = AppDelegate.swift ScaleView.swift DisplayView.swift \
4848
KnobView.swift SigGenView.swift Audio.o
4949

50-
SFLAGS = -g -target x86_64-apple-macosx10.10 \
50+
SFLAGS = -target x86_64-apple-macosx10.10 \
5151
-import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \
5252
-Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w
5353

54-
CFLAGS = -g -target x86_64-apple-macosx10.10
54+
CFLAGS = -target x86_64-apple-macosx10.10
5555

5656

5757
$(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks

0 commit comments

Comments
 (0)