Change default compilation flags
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
# User configuration
|
# User configuration
|
||||||
CC = emcc
|
CC = emcc
|
||||||
CXX = emcc
|
CXX = emcc
|
||||||
CXXFLAGS ?= -sUSE_SDL=2 -std=c++17 -Iinclude -fexceptions
|
CXXFLAGS ?= -sUSE_SDL=2 -O3 -std=c++17 -Iinclude -fexceptions
|
||||||
LDFLAGS ?= -sUSE_SDL=2 -fexceptions --embed-file=data.pak@data.pak -sMAX_WEBGL_VERSION=2
|
LDFLAGS ?= -sUSE_SDL=2 -O3 -fexceptions --embed-file=data.pak@data.pak -sMAX_WEBGL_VERSION=2
|
||||||
TARGET = eulamadness.html
|
TARGET = eulamadness.html
|
||||||
|
|
||||||
# System configuration
|
# System configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user