File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ SWIFTH = LMS-Swift.h
5050SOURCES = 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
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ SWIFTH = SLMS-Swift.h
5050SOURCES = 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
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ SWIFTH = Scope-Swift.h
4848SOURCES = 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
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ SWIFTH = SigGen-Swift.h
4747SOURCES = 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
You can’t perform that action at this time.
0 commit comments