label a flag in the asm

This commit is contained in:
garak
2018-10-17 08:55:09 -04:00
parent 0051947414
commit da1b5365a7
6 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -s -DPNG_SKIP_SETJMP_CHECK
CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK
LIBS = -lpng -lz

View File

@@ -1,6 +1,6 @@
CXX := g++
CXXFLAGS := -std=c++11 -O2 -s -Wall -Wno-switch -Werror
CXXFLAGS := -std=c++11 -O2 -Wall -Wno-switch -Werror
SRCS := agb.cpp error.cpp main.cpp midi.cpp tables.cpp