mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 05:32:20 +00:00
Fix the CFlags and correct the debugger to launch the correct exe
This commit is contained in:
parent
c0e607eb9d
commit
96704a002a
@ -5,9 +5,11 @@ CXX = g++
|
||||
|
||||
# Debug CFLAGS
|
||||
#CFLAGS = -DDISK_LOG -O0 -g -Wall
|
||||
#CFLAGS = -DDISK_LOG -O0 -g -Wall
|
||||
#CXXFLAGS = -DDISK_LOG -O0 -g -Wall
|
||||
#CFLAGS = -O0 -g -Wall
|
||||
#CXXFLAGS = -O0 -g -Wall
|
||||
# Release CFLAGS
|
||||
CXXFLAGS = -O3 -Wall
|
||||
CFLAGS = -O3 -Wall
|
||||
CXXFLAGS = -O3 -Wall
|
||||
|
||||
|
||||
@ -113,4 +115,4 @@ $(DOC_DIR)/%_man_page.txt : $(DOC_DIR)/%.1
|
||||
man -l $< | col -bx >> $@
|
||||
|
||||
.PHONY: Debug
|
||||
Debug: scsimon
|
||||
Debug: all
|
||||
|
Loading…
Reference in New Issue
Block a user