summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2025-12-29 13:45:53 +0500
committertalha <talha@talhaamir.xyz>2025-12-29 13:45:53 +0500
commit9044db4794e95ef9dbc2d5bfde4215ddc82d6ae8 (patch)
treea63784ac600579006a650c49f30d6d2f94b6905f /build.sh
parent0b3d69976819219e71350b6a988d1704fd5f0746 (diff)
added 2d "meshes"HEADmain
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b42bcbd..819088a 100755
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,7 @@ mkdir -p $build_path
include_path=include
include_opts="-I $include_path"
-build_opts="-g -O0 -rdynamic"
+build_opts="-g -O0 -rdynamic -std=c++11"
files="source/sdlmain.cpp"
link_opts="-L libs/SDL2 -lSDL2"