Updated Makefile
Removed obsolete flags
This commit is contained in:
parent
e5c5eddda6
commit
de966aacd3
3 changed files with 24 additions and 7 deletions
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
|
||||
# Standard to msysgit
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -22,8 +22,9 @@ kickstarts/*.rom
|
|||
*.dat
|
||||
Amiberry/VisualGDB/Debug/Amiberry
|
||||
Amiberry/VisualGDB/Release/Amiberry
|
||||
*.sqlite
|
||||
Amiberry/VisualGDB/Release-rpi2/Amiberry
|
||||
*.ipch
|
||||
*.TMP
|
||||
VisualGDB/VisualGDB/Release/Amiberry
|
||||
VisualGDB/VisualGDB/Debug/Amiberry
|
||||
*.npa00-a6b8830a
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.TMP
|
5
Makefile
5
Makefile
|
@ -12,7 +12,7 @@ else ifeq ($(PLATFORM),rpi1)
|
|||
CPU_FLAGS += -std=gnu++14 -march=armv6zk -mfpu=vfp -mfloat-abi=hard
|
||||
endif
|
||||
|
||||
NAME = uae4arm
|
||||
NAME = amiberry-sdl2
|
||||
RM = rm -f
|
||||
CXX = g++
|
||||
STRIP = strip
|
||||
|
@ -45,8 +45,7 @@ LDFLAGS += -lSDL2_ttf -lguisan -L/opt/vc/lib -Lsrc/guisan
|
|||
LDFLAGS += -Wl,-gc-sections,-rpath,/usr/local/lib
|
||||
|
||||
ifndef DEBUG
|
||||
MORE_CFLAGS += -Ofast -fomit-frame-pointer
|
||||
MORE_CFLAGS += -finline -fno-builtin
|
||||
MORE_CFLAGS += -Ofast
|
||||
else
|
||||
MORE_CFLAGS += -g -DDEBUG -Wl,--export-dynamic
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue