diff options
Diffstat (limited to 'Project/Project.mk')
-rw-r--r-- | Project/Project.mk | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Project/Project.mk b/Project/Project.mk index 117bc4c..b26a453 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -2,18 +2,18 @@ ## Auto Generated makefile by CodeLite IDE ## any manual changes will be erased ## -## Debug +## Release ProjectName :=Project -ConfigurationName :=Debug +ConfigurationName :=Release WorkspacePath :=C:/Users/NDSE-69/Documents/GitHub/PSP ProjectPath :=C:/Users/NDSE-69/Documents/GitHub/PSP/Project -IntermediateDirectory :=./Debug +IntermediateDirectory :=./Release OutDir := $(IntermediateDirectory) CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=NDSE-69 -Date :=12/04/2017 +Date :=17/04/2017 CodeLitePath :="C:/Program Files/CodeLite" LinkerName :=C:/TDM-GCC-64/bin/g++.exe SharedObjectLinkerName :=C:/TDM-GCC-64/bin/g++.exe -shared -fPIC @@ -28,7 +28,7 @@ LibraryPathSwitch :=-L PreprocessorSwitch :=-D SourceSwitch :=-c OutputFile :=$(IntermediateDirectory)/pspufu -Preprocessors :=$(PreprocessorSwitch)UNICODE +Preprocessors :=$(PreprocessorSwitch)NDEBUG $(PreprocessorSwitch)UNICODE ObjectSwitch :=-o ArchiveOutputSwitch := PreprocessOnlySwitch :=-E @@ -52,8 +52,8 @@ LibPath := $(LibraryPathSwitch). AR := C:/TDM-GCC-64/bin/ar.exe rcu CXX := C:/TDM-GCC-64/bin/g++.exe CC := C:/TDM-GCC-64/bin/gcc.exe -CXXFLAGS := -g -O0 -Wall $(shell wx-config --cflags) $(Preprocessors) -CFLAGS := -g -O0 -Wall $(Preprocessors) +CXXFLAGS := -O2 -Wall $(shell wx-config --cflags) $(Preprocessors) +CFLAGS := -O2 -Wall $(Preprocessors) ASFLAGS := AS := C:/TDM-GCC-64/bin/as.exe @@ -89,11 +89,11 @@ $(OutputFile): $(IntermediateDirectory)/.d $(Objects) $(LinkerName) $(OutputSwitch)$(OutputFile) @$(ObjectsFileList) $(LibPath) $(Libs) $(LinkOptions) MakeIntermediateDirs: - @$(MakeDirCommand) "./Debug" + @$(MakeDirCommand) "./Release" $(IntermediateDirectory)/.d: - @$(MakeDirCommand) "./Debug" + @$(MakeDirCommand) "./Release" PreBuild: @@ -645,6 +645,6 @@ $(IntermediateDirectory)/IOControlForm.cpp$(PreprocessSuffix): IOControlForm.cpp ## Clean ## clean: - $(RM) -r ./Debug/ + $(RM) -r ./Release/ |