Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs3-22sp
project06
Commits
6a362591
Commit
6a362591
authored
3 years ago
by
Sarah Acadia Dunbar
Browse files
Options
Download
Email Patches
Plain Diff
Update Makefile
parent
08326eb6
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
Makefile
with
1 addition
and
1 deletion
+1
-1
Makefile
View file @
6a362591
...
@@ -51,7 +51,7 @@ CFLAGS += -Iinclude $(shell sdl2-config --cflags) -Wall -g -fno-omit-frame-point
...
@@ -51,7 +51,7 @@ CFLAGS += -Iinclude $(shell sdl2-config --cflags) -Wall -g -fno-omit-frame-point
# -g enables DWARF support, for debugging purposes
# -g enables DWARF support, for debugging purposes
# -gsource-map --source-map-base http://localhost:8000/bin/ creates a source map from the C file for debugging
# -gsource-map --source-map-base http://localhost:8000/bin/ creates a source map from the C file for debugging
EMCC
=
emcc
EMCC
=
emcc
EMCC_FLAGS
=
-s
EXIT_RUNTIME
=
1
-s
ALLOW_MEMORY_GROWTH
=
1
-s
INITIAL_MEMORY
=
655360000
-s
USE_SDL
=
2
-s
USE_SDL_GFX
=
2
-s
USE_SDL_IMAGE
=
2
-s
SDL2_IMAGE_FORMATS
=
'["png"]'
-s
USE_SDL_TTF
=
2
-s
USE_SDL_MIXER
=
2
-s
ASSERTIONS
=
1
-O2
-g
-gsource-map
--source-map-base
http://labradoodle.caltech.edu:
$(
shell
cs3-port
)
/bin/
--preload-file
assets
--use-preload-plugins
EMCC_FLAGS
=
-s
EXIT_RUNTIME
=
1
-s
ALLOW_MEMORY_GROWTH
=
1
-s
INITIAL_MEMORY
=
655360000
-s
USE_SDL
=
2
-s
USE_SDL_GFX
=
2
-s
USE_SDL_IMAGE
=
2
-s
SDL2_IMAGE_FORMATS
=
'["png"]'
-s
USE_SDL_TTF
=
2
-s
USE_SDL_MIXER
=
2
-s
ASSERTIONS
=
1
-O2
-g
-gsource-map
--source-map-base
http://labradoodle.caltech.edu:
$(
shell
cs3-port
)
/bin/
# Compiler flag that links the program with the math library
# Compiler flag that links the program with the math library
LIB_MATH
=
-lm
LIB_MATH
=
-lm
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help